https://github.com/williamchong/nuxtjs-express-firebase-typescript
A example repo for using nuxt.js, express, typescript with firebase hosting and cloud functions
https://github.com/williamchong/nuxtjs-express-firebase-typescript
Last synced: 8 months ago
JSON representation
A example repo for using nuxt.js, express, typescript with firebase hosting and cloud functions
- Host: GitHub
- URL: https://github.com/williamchong/nuxtjs-express-firebase-typescript
- Owner: williamchong
- Created: 2020-09-23T05:58:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T10:32:41.000Z (about 5 years ago)
- Last Synced: 2025-04-23T19:15:52.843Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 366 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtjs-express-firebase-typescript
A example repo for using nuxt.js, express, typescript with firebase hosting and cloud functions
## 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).