https://github.com/macagua/example-vuejs2-spa
A Simple Single Page Application Demo Using Vue.js 2 following the "How To Build A Simple Single Page Application Using Vue 2 (Part 1)" tutorial.
https://github.com/macagua/example-vuejs2-spa
tutorial vue-components vue2 vue2-demo vuejs vuejs2
Last synced: about 1 month ago
JSON representation
A Simple Single Page Application Demo Using Vue.js 2 following the "How To Build A Simple Single Page Application Using Vue 2 (Part 1)" tutorial.
- Host: GitHub
- URL: https://github.com/macagua/example-vuejs2-spa
- Owner: macagua
- Created: 2017-08-23T13:57:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T13:58:45.000Z (about 8 years ago)
- Last Synced: 2025-01-09T10:49:34.862Z (9 months ago)
- Topics: tutorial, vue-components, vue2, vue2-demo, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://scotch.io/tutorials/how-to-build-a-simple-single-page-application-using-vue-2-part-1
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-spa
> A Simple Single Page Application Demo Using Vue.js 2 following the [How To Build A Simple Single Page Application Using Vue 2 (Part 1)](https://scotch.io/tutorials/how-to-build-a-simple-single-page-application-using-vue-2-part-1) tutorial.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
# Reference
- [How To Build A Simple Single Page Application Using Vue 2 (Part 1)](https://scotch.io/tutorials/how-to-build-a-simple-single-page-application-using-vue-2-part-1).