https://github.com/aeksco/vuex-testing
Testing ground for different Vuex store patterns
https://github.com/aeksco/vuex-testing
Last synced: 4 months ago
JSON representation
Testing ground for different Vuex store patterns
- Host: GitHub
- URL: https://github.com/aeksco/vuex-testing
- Owner: aeksco
- License: mit
- Created: 2018-12-01T04:56:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T22:59:27.000Z (over 7 years ago)
- Last Synced: 2025-03-23T17:52:06.326Z (over 1 year ago)
- Language: Vue
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuex-testing
Testing ground for different Vuex store patterns
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).