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.
 
 
 
 
 
 
wanggang 80c7755992 update 2 years ago
..
build vue2.0再提交 2 years ago
mock vue2.0再提交 2 years ago
plop-templates vue2.0再提交 2 years ago
public vue2.0再提交 2 years ago
src 前端vue2.0参照 2 years ago
static 前端vue2.0参照 2 years ago
tests/unit vue2.0再提交 2 years ago
.editorconfig vue2.0再提交 2 years ago
.env.development update 2 years ago
.env.production vue2.0再提交 2 years ago
.env.staging vue2.0再提交 2 years ago
.eslintignore vue2.0再提交 2 years ago
.eslintrc.js vue2.0再提交 2 years ago
.gitignore vue2.0再提交 2 years ago
.travis.yml vue2.0再提交 2 years ago
LICENSE vue2.0再提交 2 years ago
README.md vue2.0再提交 2 years ago
SettleAccount-vue.rar 前端vue2.0参照 2 years ago
babel.config.js vue2.0再提交 2 years ago
jest.config.js vue2.0再提交 2 years ago
jsconfig.json vue2.0再提交 2 years ago
package.json 前端vue2.0参照 2 years ago
plopfile.js vue2.0再提交 2 years ago
postcss.config.js vue2.0再提交 2 years ago
vue.config.js 前端vue2.0参照 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