https://github.com/carlaiau/vuex-for-everyone
Walk through of vueschool's vuex for everyone course. Note I am not a course creator or contributor, these are just commits of my learning progress
https://github.com/carlaiau/vuex-for-everyone
Last synced: 21 days ago
JSON representation
Walk through of vueschool's vuex for everyone course. Note I am not a course creator or contributor, these are just commits of my learning progress
- Host: GitHub
- URL: https://github.com/carlaiau/vuex-for-everyone
- Owner: carlaiau
- Created: 2019-07-22T05:06:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:13:14.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:10:45.277Z (21 days ago)
- Language: JavaScript
- Homepage: https://vueschool.io/courses/vuex-for-everyone
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-for-everyone
> 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# 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).