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.
 
 
 
 
 
 
yu.wu 04b276c0da 配置文件 3 years ago
..
build 更新版本 3 years ago
mock 更新版本 3 years ago
plop-templates 更新版本 3 years ago
public 更新版本 3 years ago
src fis页面 3 years ago
static 配置文件 3 years ago
tests/unit 更新版本 3 years ago
.editorconfig 更新版本 3 years ago
.env.development 更新版本 3 years ago
.env.production 更新版本 3 years ago
.env.staging 更新版本 3 years ago
.eslintignore 更新版本 3 years ago
.eslintrc.js 更新版本 3 years ago
.gitignore 更新版本 3 years ago
.travis.yml 更新版本 3 years ago
LICENSE 更新版本 3 years ago
README.md 更新版本 3 years ago
babel.config.js 更新版本 3 years ago
jest.config.js 更新版本 3 years ago
jsconfig.json 更新版本 3 years ago
package.json 更新版本 3 years ago
plopfile.js 更新版本 3 years ago
postcss.config.js 更新版本 3 years ago
vue.config.js 更新版本 3 years ago

README.md

Table of Contents generated with DocToc

vue element-ui Build Status license GitHub release gitter donate

Getting started

# clone the project
git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git

# enter the project directory
cd vue-element-admin

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9527

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix