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
- Host: GitHub
- URL: https://github.com/sushilparajuli/nuxt-blog
- Owner: sushilparajuli
- Created: 2020-01-19T12:41:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:21:45.000Z (over 2 years ago)
- Last Synced: 2025-02-15T03:27:23.543Z (4 months ago)
- Topics: crud-application, firebase-auth, firebase-storage, nuxtjs, server-side-rendering
- Language: Vue
- Size: 5.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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).