lvcms/vue-admin

lvcms 管理员前端自动构建

安装: 8

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

语言:HTML

dev-master / 1.0.x-dev 2018-11-09 07:58 UTC

This package is not auto-updated.

Last update: 2024-09-22 04:45:47 UTC


README

项目设置

yarn install

编译并开发热重载

yarn run serve

编译并最小化生产代码

yarn run build

运行测试

yarn run test

检查并修复文件

yarn run lint