元气智驾官网后台前端页面
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
chutingting 30b52e10d1 edit api il y a 1 an
build 1 il y a 1 an
public 富文本 il y a 1 an
src edit api il y a 1 an
.editorconfig 1 il y a 1 an
.env.development 1 il y a 1 an
.env.int api il y a 1 an
.env.production api il y a 1 an
.eslintignore 1 il y a 1 an
.eslintrc.js 1 il y a 1 an
.gitignore 1 il y a 1 an
README.md 1 il y a 1 an
babel.config.js 1 il y a 1 an
package.json 修改图片尺寸 il y a 1 an
postcss.config.js 1 il y a 1 an
vue.config.js aigc il y a 1 an

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