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.
 
 
 
 
 
 
liuyunfeng 3af93167eb 提交 1 year ago
..
build 年后第一次提交 3 years ago
mock 年后第一次提交 3 years ago
plop-templates 年后第一次提交 3 years ago
public 年后第一次提交 3 years ago
src 提交 1 year ago
static 测试bug 2 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 提交 FoShanPG 分支 2 years ago
jest.config.js 年后第一次提交 3 years ago
jsconfig.json 年后第一次提交 3 years ago
package.json 换机器前提交 , 加} else if (response.status === true) { 2 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