多租户商城-商户端
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.

42 lines
712 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. cereShop 前端源码
  2. #### 项目源码
  3. #### 项目基础要求
  4. node:10.0.0及以上
  5. npm:最新的即可
  6. #### Build Setup
  7. ``` bash
  8. # 安装依赖
  9. npm install
  10. # 启动服务 localhost:8013
  11. npm run dev
  12. #### 常见问题
  13. 1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
  14. 解决方案:
  15. ```
  16. 1. 单独安装:npm install --unsafe-perm node-sass
  17. 2. 直接使用:npm install --unsafe-perm
  18. ```
  19. 2、加速node-sass安装
  20. https://www.ydyno.com/archives/1219.html
  21. 3、echarts版本不要用5.0.0
  22. 安装命令
  23. npm install echarts@4.2.0-rc.2 --save
  24. 4、
  25. npm install --save regenerator-runtime svg-baker-runtime vue-style-loader
  26. npm install vue-quill-editor --save-dev