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.
 
 
 
 
 
 
刘云峰 5f3319d507 加 if (this.$route.name != 'pg-planControl_V2') { 2 months ago
..
build FIS1.5第一次提交 2 years ago
mock FIS1.5第一次提交 2 years ago
plop-templates FIS1.5第一次提交 2 years ago
public 红旗V2,第一次提交 2 months ago
src 加 if (this.$route.name != 'pg-planControl_V2') { 2 months ago
static 【派格1.5】ip配置文件提出外部配置 1 year ago
tests/unit FIS1.5第一次提交 2 years ago
.editorconfig FIS1.5第一次提交 2 years ago
.env.development FIS1.5第一次提交 2 years ago
.env.production FIS1.5第一次提交 2 years ago
.env.staging FIS1.5第一次提交 2 years ago
.eslintignore FIS1.5第一次提交 2 years ago
.eslintrc.js FIS1.5第一次提交 2 years ago
.gitignore FIS1.5第一次提交 2 years ago
.travis.yml FIS1.5第一次提交 2 years ago
LICENSE FIS1.5第一次提交 2 years ago
README.md FIS1.5第一次提交 2 years ago
babel.config.js FIS1.5第一次提交 2 years ago
jest.config.js FIS1.5第一次提交 2 years ago
jsconfig.json FIS1.5第一次提交 2 years ago
node_modules.rar 提交 1 year ago
package.json FIS1.5第一次提交 2 years ago
plopfile.js FIS1.5第一次提交 2 years ago
postcss.config.js FIS1.5第一次提交 2 years ago
vue.config.js FIS1.5第一次提交 2 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