npm install
npm run serve
npm run build
npm run test:unit
npm run lint
npm run lint --fix
名称 | 安装方式 | 描述 |
---|---|---|
ant-design-vue | npm i ant-design-vue |
UI组件库 |
moment | npm i moment |
时间出力工具 |
bable | npm i --save-dev babel-plugin-import |
样式按需加载 |
备注:项目构建时,已自动导入
history
路由、Less
CSS样式、ESLint
代码校验、Jest
测试