Skip to content

一个基于vue+axios+vueX+element+webpack搭建的多页面开发模板

Notifications You must be signed in to change notification settings

cnvoa/vue-multiPage-template

 
 

Repository files navigation

vue-multiPage-template

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

模拟接口请求,方案一(默认)

mock

模拟接口请求,方案二

cd server
node app.js   #或者 nodemon app.js (推荐)

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

About

一个基于vue+axios+vueX+element+webpack搭建的多页面开发模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • SCSS 14.7%
  • Vue 9.5%
  • HTML 7.1%