Skip to content

TigerWest/vue-mpa-application-example

 
 

Repository files navigation

Building a MPA application

Look at the code, it's pretty easier.

The most important part, is the vue.config.js.

At dev env, you could install nodemon to watch changes in your vue.config.js.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A simple Vue MPA example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.2%
  • JavaScript 18.1%
  • HTML 8.7%