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.
 
 
 
 
 
 
me 87cdd76cd4 第一次提交客户端 4 days ago
..
build 第一次提交客户端 4 days ago
mock 第一次提交客户端 4 days ago
plop-templates 第一次提交客户端 4 days ago
public 第一次提交客户端 4 days ago
src 第一次提交客户端 4 days ago
static 第一次提交客户端 4 days ago
tests/unit 第一次提交客户端 4 days ago
.editorconfig 第一次提交客户端 4 days ago
.env.development 第一次提交客户端 4 days ago
.env.production 第一次提交客户端 4 days ago
.env.staging 第一次提交客户端 4 days ago
.eslintignore 第一次提交客户端 4 days ago
.eslintrc.js 第一次提交客户端 4 days ago
.gitignore 第一次提交客户端 4 days ago
.travis.yml 第一次提交客户端 4 days ago
LICENSE 第一次提交客户端 4 days ago
README.md 第一次提交客户端 4 days ago
babel.config.js 第一次提交客户端 4 days ago
jest.config.js 第一次提交客户端 4 days ago
jsconfig.json 第一次提交客户端 4 days ago
package.json 第一次提交客户端 4 days ago
plopfile.js 第一次提交客户端 4 days ago
postcss.config.js 第一次提交客户端 4 days ago
vue.config.js 第一次提交客户端 4 days 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