Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 310 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 310 Bytes

StockAdmin

项目设置

npm install

编译和热加载进行开发

npm run serve

生产编译

npm run build

运行测试

npm run test

整理和修复文件

npm run lint

自定义配置

See 配置参考.