Skip to content

zhoutaiping/vue-admin

Repository files navigation

Getting started

vue element-ui, vuex, vue-router, vue-cli3

修改 vue.config.js 里面的代理 ,主要登录接口,如果没有就更改 store -》modele->user 里面的方法

# clone the project
git clone https://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

About

vue-admin 模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published