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.
John Niang
aa190c8243
|
2 years ago | |
---|---|---|
.github | ||
.husky | ||
.vscode | ||
public | 3 years ago | |
src | 2 years ago | |
.browserslistrc | ||
.editorconfig | ||
.env | 3 years ago | |
.env.development | ||
.eslintrc.js | ||
.gitignore | ||
.gitpod.yml | ||
.npmignore | ||
.npmrc | ||
.prettierrc | ||
LICENSE | ||
OWNERS | 3 years ago | |
README.md | ||
babel.config.js | ||
jsconfig.json | ||
netlify.toml | ||
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
postcss.config.js | ||
tailwind.config.js | 3 years ago | |
vue.config.js | 3 years ago |
README.md
halo-admin 是 Halo 的管理端项目。目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin,你无需做任何操作。
开发环境运行
npm install -g pnpm
pnpm install
pnpm serve
生产构建
pnpm build