Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomatoaiu/vue-vuex-counter
Vue counter app with Vuex and Parcel
https://github.com/tomatoaiu/vue-vuex-counter
counter parcel parcel-bundler vue vue2 vuejs vuejs2 vuex
Last synced: 15 days ago
JSON representation
Vue counter app with Vuex and Parcel
- Host: GitHub
- URL: https://github.com/tomatoaiu/vue-vuex-counter
- Owner: tomatoaiu
- License: mit
- Created: 2018-04-04T10:04:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T10:44:02.000Z (over 6 years ago)
- Last Synced: 2024-11-10T03:39:21.200Z (about 2 months ago)
- Topics: counter, parcel, parcel-bundler, vue, vue2, vuejs, vuejs2, vuex
- Language: Vue
- Homepage: https://tomatoaiu.github.io/vue-vuex-counter/index.html
- Size: 577 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vue-Vuex-Counter
## Usage
```sh
git clone https://github.com/tomatoaiu/vue-vuex-counter.git
cd vue-vuex-counter
# use npm
npm i
npm run start #access http://localhost:1234
# use yarn
yarn
yarn start #access http://localhost:1234
```