mirror of https://github.com/halo-dev/halo-admin
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.
dependabot[bot]
3738b9c0b0
|
1 year ago | |
---|---|---|
.changeset | ||
.github | ||
.husky | ||
.vscode | ||
cypress | ||
docs | ||
packages | 2 years ago | |
public | ||
src | 2 years ago | |
.dockerignore | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.eslintrc.cjs | ||
.gitignore | ||
.gitpod.yml | ||
.npmignore | ||
.npmrc | ||
.prettierignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
README.md | 2 years ago | |
cypress.json | ||
env.d.ts | ||
index.html | ||
package.json | 2 years ago | |
pnpm-lock.yaml | 1 year ago | |
pnpm-workspace.yaml | ||
postcss.config.js | ||
prettier.config.js | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.vite-config.json | ||
tsconfig.vitest.json | ||
vite.config.ts | ||
vitest.config.ts |
README.md
README
Halo 2.0 的管理端项目(原 halo-admin)
当前仓库已经将 halo-admin
改为了 console
。但对于 Halo 1.x 版本,依旧保持 halo-admin 的概念。
Warning
当前仓库已移动至 halo-dev/halo。旧版本(2.3.x 及之前版本)的维护仍然在当前仓库进行。
开发环境运行
# pnpm@7.0.0+
npm install -g pnpm
pnpm install
pnpm build:packages
pnpm dev
生产构建
pnpm build