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.
 
 
 
 
 
 
安虹睿 bb97abdb1a 缺陷修改 2 days ago
..
build 第一次提交客户端 2 weeks ago
mock 第一次提交客户端 2 weeks ago
plop-templates 第一次提交客户端 2 weeks ago
public 【pc前端】基础完成 3 days ago
src 缺陷修改 2 days ago
static 【前端pc】暂存 1 week ago
tests/unit 第一次提交客户端 2 weeks ago
.editorconfig 第一次提交客户端 2 weeks ago
.env.development 第一次提交客户端 2 weeks ago
.env.production 第一次提交客户端 2 weeks ago
.env.staging 第一次提交客户端 2 weeks ago
.eslintignore 第一次提交客户端 2 weeks ago
.eslintrc.js 第一次提交客户端 2 weeks ago
.gitignore 第一次提交客户端 2 weeks ago
.travis.yml 第一次提交客户端 2 weeks ago
LICENSE 第一次提交客户端 2 weeks ago
README.md 【pc前端】基础完成 3 days ago
babel.config.js 第一次提交客户端 2 weeks ago
jest.config.js 第一次提交客户端 2 weeks ago
jsconfig.json 第一次提交客户端 2 weeks ago
package.json 第一次提交客户端 2 weeks ago
plopfile.js 第一次提交客户端 2 weeks ago
postcss.config.js 第一次提交客户端 2 weeks ago
vue.config.js 第一次提交客户端 2 weeks 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