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.
 
 
 
 
 
 
LAPTOP-AKBAACR8\An.Hr d58ff3bc5e 配置更新 2 years ago
..
build 年后第一次提交 3 years ago
mock 年后第一次提交 3 years ago
plop-templates 年后第一次提交 3 years ago
public 年后第一次提交 3 years ago
src check-zhb-hostsn-break-num接口增加GroupName参数 2 years ago
static 配置更新 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 配置更新 2 years ago
babel.config.js 年后第一次提交 3 years ago
jest.config.js 年后第一次提交 3 years ago
jsconfig.json 年后第一次提交 3 years ago
package.json 配置更新 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