An open API service indexing awesome lists of open source software.

https://github.com/sushilparajuli/nuxt-blog

Nuxt application with firebase
https://github.com/sushilparajuli/nuxt-blog

crud-application firebase-auth firebase-storage nuxtjs server-side-rendering

Last synced: 3 months ago
JSON representation

Nuxt application with firebase

Awesome Lists containing this project

README

        

# nuxt-blog

> My brilliant 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).