Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninjinkun/firebase-todo-sample
社内Firebase勉強会用のvue製Todoリスト
https://github.com/ninjinkun/firebase-todo-sample
Last synced: 4 days ago
JSON representation
社内Firebase勉強会用のvue製Todoリスト
- Host: GitHub
- URL: https://github.com/ninjinkun/firebase-todo-sample
- Owner: ninjinkun
- Created: 2019-02-15T06:35:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T09:49:21.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T19:11:46.881Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-todo
## 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/).