https://github.com/devzakir/vuex-app
Basic Vuex Application by implementing state, getters, mutations and actions.
https://github.com/devzakir/vuex-app
Last synced: about 1 year ago
JSON representation
Basic Vuex Application by implementing state, getters, mutations and actions.
- Host: GitHub
- URL: https://github.com/devzakir/vuex-app
- Owner: devzakir
- Created: 2020-01-27T05:20:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:08:01.000Z (over 3 years ago)
- Last Synced: 2025-02-05T12:41:23.687Z (over 1 year ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-app
Basic Vuex Application by implementing state, getters, mutations and actions.
## 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).