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

712 B

cereShop 前端源码

项目源码

项目基础要求

node:10.0.0及以上 npm:最新的即可

Build Setup


# 安装依赖
npm install

# 启动服务 localhost:8013
npm run dev


#### 常见问题

1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题

解决方案:
  1. 单独安装:npm install --unsafe-perm node-sass
  2. 直接使用:npm install --unsafe-perm

2、加速node-sass安装

https://www.ydyno.com/archives/1219.html

3、echarts版本不要用5.0.0
安装命令
npm install echarts@4.2.0-rc.2 --save

4、
npm install --save regenerator-runtime svg-baker-runtime vue-style-loader
npm install vue-quill-editor --save-dev