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.
 
 
 
 
 
 
安虹睿 fe67e8e466 【派格pc】登录页面页脚更改 7 months ago
..
build FIS1.5第一次提交 1 year ago
mock FIS1.5第一次提交 1 year ago
plop-templates FIS1.5第一次提交 1 year ago
public 【派格1.5】ip配置文件提出外部配置 7 months ago
src 【派格pc】登录页面页脚更改 7 months ago
static 【派格1.5】ip配置文件提出外部配置 7 months ago
tests/unit FIS1.5第一次提交 1 year ago
.editorconfig FIS1.5第一次提交 1 year ago
.env.development FIS1.5第一次提交 1 year ago
.env.production FIS1.5第一次提交 1 year ago
.env.staging FIS1.5第一次提交 1 year ago
.eslintignore FIS1.5第一次提交 1 year ago
.eslintrc.js FIS1.5第一次提交 1 year ago
.gitignore FIS1.5第一次提交 1 year ago
.travis.yml FIS1.5第一次提交 1 year ago
LICENSE FIS1.5第一次提交 1 year ago
README.md FIS1.5第一次提交 1 year ago
babel.config.js FIS1.5第一次提交 1 year ago
jest.config.js FIS1.5第一次提交 1 year ago
jsconfig.json FIS1.5第一次提交 1 year ago
node_modules.rar 提交 1 year ago
package.json FIS1.5第一次提交 1 year ago
plopfile.js FIS1.5第一次提交 1 year ago
postcss.config.js FIS1.5第一次提交 1 year ago
vue.config.js FIS1.5第一次提交 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