TigerWest / vue-mpa-application-example

A simple Vue MPA example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Vue 73.2%Language:JavaScript 18.1%Language:HTML 8.7%