Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```