元气智驾官网后台前端页面
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 761 B

1 year ago
123456789101112131415161718192021222324252627282930313233343536
  1. # 后台管理系统
  2. #### 前端模板
  3. 初始模板基于: [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
  4. 模板文档: [https://panjiachen.github.io/vue-element-admin-site/zh/guide/](https://panjiachen.github.io/vue-element-admin-site/zh/guide/)
  5. #### Build Setup
  6. ``` bash
  7. # 安装依赖
  8. npm install
  9. # 启动服务
  10. npm run dev
  11. # 构建INT、Stage、生产环境
  12. npm run int
  13. npm run stg
  14. npm run pro
  15. ```
  16. #### 常见问题
  17. 1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
  18. 解决方案:
  19. ```
  20. 1. 单独安装:npm install --unsafe-perm node-sass
  21. 2. 直接使用:npm install --unsafe-perm
  22. ```
  23. 2、加速node-sass安装
  24. https://www.ydyno.com/archives/1219.html