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.
692 B
692 B
cereShop 前端源码
项目源码
项目基础要求
node:10.0.0及以上 npm:最新的即可
Build Setup
# 安装依赖
npm install
# 启动服务 localhost:8013
npm run dev
#### 常见问题
1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
解决方案:
- 单独安装:npm install --unsafe-perm node-sass
- 直接使用:npm install --unsafe-perm
2. 菜单配置
1.目录添加——根据views下文件夹名填写菜单路径,有无 / 均可
2.菜单添加——根据views下文件路径填写菜单路径,必须加 / ,菜单页面文件需以index命名,路径填写中index可省略