星火管控前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 150B

12345678910111213141516171819
  1. ## 下载依赖
  2. ```
  3. npm install
  4. ```
  5. ### 本地运行
  6. ```
  7. npm run serve
  8. ```
  9. ### 打包
  10. ```
  11. npm run build
  12. ```
  13. ### 打包分析
  14. ```
  15. npm run report
  16. ```