https://github.com/iamshaunjp/vuejs-playlist
Course files for the Vue.js 2 playlist on The Net Ninja YouTube channel
https://github.com/iamshaunjp/vuejs-playlist
Last synced: about 2 months ago
JSON representation
Course files for the Vue.js 2 playlist on The Net Ninja YouTube channel
- Host: GitHub
- URL: https://github.com/iamshaunjp/vuejs-playlist
- Owner: iamshaunjp
- Created: 2017-03-26T09:58:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T07:52:24.000Z (about 2 years ago)
- Last Synced: 2025-01-14T05:43:06.148Z (3 months ago)
- Language: Vue
- Size: 64.5 KB
- Stars: 794
- Watchers: 69
- Forks: 536
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - iamshaunjp/vuejs-playlist - Course files for the Vue.js 2 playlist on The Net Ninja YouTube channel (Vue)
README
# cli-project
> A Vue.js project
## 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
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).