gc_iview
v1.9.10
Published
green cloud ui library macked by vue and iview
Downloads
20
Readme
目录结构
gc_iview/
├── dist //构建目录
├── docs //文档源码
├── src //源码
└── types //为未来TS做准备
使用方式
安装
npm install
启动项目
npm run dev //启动示例
启动文档
npm run docs
构建
npm run build:doc //构建文档
npm run build:dev //构建库开发环境库 目录:dist/dev
npm run build:prod //构建生产环境库 目录:dist
文档发布
sh deploy_docs.sh