Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesqueeb/vuex-easy-firestore-sample-app
This is a sample app for vuex-easy-firestore
https://github.com/mesqueeb/vuex-easy-firestore-sample-app
Last synced: about 1 month ago
JSON representation
This is a sample app for vuex-easy-firestore
- Host: GitHub
- URL: https://github.com/mesqueeb/vuex-easy-firestore-sample-app
- Owner: mesqueeb
- License: mit
- Created: 2018-12-20T04:33:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T02:47:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T00:25:38.088Z (about 2 months ago)
- Language: Vue
- Size: 134 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuex-easy-firestore-sample-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).