You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Ryan Wang d0efecc9b3
perf: filter dropdown selector (#704)
2 years ago
.changeset refactor: rename admin to console (#634) 2 years ago
.github chore: add pull request template and remove auto assign config file (#635) 2 years ago
.husky chore: remove the step to run unit tests and typecheck before git commit (#658) 2 years ago
.vscode chore: update vscode extension recommendations 2 years ago
cypress chore: next major version base project (#478) 3 years ago
docs feat: add formkit custom input of repeater (#692) 2 years ago
packages refactor: add loading states for data list (#703) 2 years ago
public feat: change favicon to halo logo 2 years ago
src perf: filter dropdown selector (#704) 2 years ago
.dockerignore Add dockerignore file to ignore node_modules folder while building docker image (#588) 2 years ago
.editorconfig refactor: upgrade codemirror version. (#354) 3 years ago
.env.development refactor: set the root path of the development environment to /console (#638) 2 years ago
.env.production refactor: improve login-related logic (#617) 2 years ago
.eslintrc.cjs chore: use vue/vue3-recommended eslint plugin 2 years ago
.gitignore chore: use pnpm's workspace feature to manage base components (#579) 2 years ago
.gitpod.yml chore: update gitpod config 2 years ago
.npmignore refactor: refactor post preview and private post view. 5 years ago
.npmrc chore: bump dependencies 2 years ago
Dockerfile Refactor GitHub workflow configuration (#589) 2 years ago
LICENSE release: 1.2.0. 5 years ago
Makefile Add Makefile for convenient operations (#641) 2 years ago
OWNERS chore: create OWNERS file (#548) 3 years ago
README.md docs: update repobeats analytics images source for readme file (#659) 2 years ago
cypress.json chore: next major version base project (#478) 3 years ago
env.d.ts refactor: router and menu generation (#651) 2 years ago
index.html refactor: rename admin to console (#634) 2 years ago
package.json chore: release 2.0.0-beta.2 (#697) 2 years ago
pnpm-lock.yaml refactor: save and publishing logic for post and single page (#696) 2 years ago
pnpm-workspace.yaml chore: use pnpm's workspace feature to manage base components (#579) 2 years ago
postcss.config.js chore: configure tailwind css (#504) 3 years ago
prettier.config.js chore: add tailwindcss prettier plugin and reformat code 3 years ago
tailwind.config.js feat: add comment management support (#612) 2 years ago
tsconfig.app.json feat: add attachment management support (#600) 2 years ago
tsconfig.json chore: next major version base project (#478) 3 years ago
tsconfig.vite-config.json refactor: external static libraries 2 years ago
tsconfig.vitest.json chore: next major version base project (#478) 3 years ago
vite.config.ts refactor: load the logo as an inline svg (#664) 2 years ago
vitest.config.ts refactor: load the logo as an inline svg (#664) 2 years ago

README.md

README

Halo logo

Halo 2.0 的管理端项目(原 halo-admin

GitHub release GitHub GitHub last commit GitHub Workflow Status Gitpod ready-to-code


注意

当前分支为 Halo 2.0 的 Console 端开发分支,目前 Halo 2.0 处于 Alpha 测试阶段,不建议从 1.5 直接升级也不建议在生产环境使用。Console 端稳定版本Halo 1.5)请查阅以下地址:

当前仓库已经将 halo-admin 改为了 console。但对于 Halo 1.x 版本,依旧保持 halo-admin 的概念。

开发环境运行

# pnpm@7.0.0+
npm install -g pnpm
pnpm install 
pnpm build:packages
pnpm dev

生产构建

pnpm build

状态

Repobeats analytics