https://github.com/m2sd/firetest
Nuxt Firebase testing
https://github.com/m2sd/firetest
Last synced: 4 months ago
JSON representation
Nuxt Firebase testing
- Host: GitHub
- URL: https://github.com/m2sd/firetest
- Owner: m2sd
- Created: 2020-03-23T15:05:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T15:18:58.000Z (about 6 years ago)
- Last Synced: 2025-02-22T20:32:40.122Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firetest
> My awe-inspiring Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).