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