/vue-routing-vue

A vue.js project showcasing how to route pages in vue

Primary LanguageVue

routing-vue

NOTES (when making a new project):

  • Use (npm install vue-router) to install vue router into your vue app
  • Make sure to add your imports for vue router into the main.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.