Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

corgi-admin

homlex9ISC1.0.0

Corgi admin client.

Console, Dashboard, for, Corgi, Blog

readme

corgi-admin

corgi-admin 是 Corgi 的管理端项目。


注意事项

不定期维护。也可能不再维护。

部署方案

目前 corgi 的发行版已经包含了构建好的页面,直接下载最新构建好的版本,然后部署即可。

https://gitee.com/corgile/corgi-admin/releases

如需要二次开发


git clone https://gitee.com/corgile/corgi-admin

cd corgi-admin

npm i  # 或者npm install

npm run build

最后,得到 dist 文件夹之后就可以单独部署了。