https://github.com/carlaiau/vueschool
A walk through of the Vueschool Vue Mastery course. All data is running from local JSON sourceFile as a pseudo API/backend
https://github.com/carlaiau/vueschool
Last synced: 22 days ago
JSON representation
A walk through of the Vueschool Vue Mastery course. All data is running from local JSON sourceFile as a pseudo API/backend
- Host: GitHub
- URL: https://github.com/carlaiau/vueschool
- Owner: carlaiau
- Created: 2019-07-14T10:52:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:12:03.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:10:45.292Z (22 days ago)
- Language: CSS
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forum
A walk through of the Vueschool.io Vue Master course.
Based on Vue CLI as below## 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 a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).