https://github.com/marshallswain/feathers-vuex-playground
Playground for feathers-vuex
https://github.com/marshallswain/feathers-vuex-playground
Last synced: 2 months ago
JSON representation
Playground for feathers-vuex
- Host: GitHub
- URL: https://github.com/marshallswain/feathers-vuex-playground
- Owner: marshallswain
- Created: 2019-12-30T07:16:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:47:40.000Z (over 2 years ago)
- Last Synced: 2025-02-12T20:37:47.877Z (4 months ago)
- Language: JavaScript
- Size: 5.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feathers-vuex-playground
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).