元气智驾官网后台前端页面
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
chutingting 23fb1d603d 修改图片尺寸 hace 1 año
build 1 hace 1 año
public 富文本 hace 1 año
src 修改图片尺寸 hace 1 año
.editorconfig 1 hace 1 año
.env.development 1 hace 1 año
.env.int api hace 1 año
.env.production api hace 1 año
.eslintignore 1 hace 1 año
.eslintrc.js 1 hace 1 año
.gitignore 1 hace 1 año
README.md 1 hace 1 año
babel.config.js 1 hace 1 año
package.json 修改图片尺寸 hace 1 año
postcss.config.js 1 hace 1 año
vue.config.js aigc hace 1 año

README.md

后台管理系统

前端模板

初始模板基于: https://github.com/PanJiaChen/vue-element-admin

模板文档: https://panjiachen.github.io/vue-element-admin-site/zh/guide/

Build Setup


# 安装依赖
npm install

# 启动服务
npm run dev

# 构建INT、Stage、生产环境
npm run int
npm run stg
npm run pro

常见问题

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