Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefrydco/nuxt-pwa-vuetify-firebase-ssr
Nuxt 2 PWA Vuetify Firebase SSR Starter
https://github.com/jefrydco/nuxt-pwa-vuetify-firebase-ssr
firebase firebase-functions nuxt nuxtjs-template pwa vuetify
Last synced: 2 months ago
JSON representation
Nuxt 2 PWA Vuetify Firebase SSR Starter
- Host: GitHub
- URL: https://github.com/jefrydco/nuxt-pwa-vuetify-firebase-ssr
- Owner: jefrydco
- License: mit
- Created: 2018-02-21T08:48:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:19:11.000Z (about 2 years ago)
- Last Synced: 2023-03-01T03:55:54.142Z (almost 2 years ago)
- Topics: firebase, firebase-functions, nuxt, nuxtjs-template, pwa, vuetify
- Language: Vue
- Homepage: https://nuxt-pwa-vuetify-firebase-ssr.firebaseapp.com/
- Size: 5.23 MB
- Stars: 51
- Watchers: 3
- Forks: 11
- Open Issues: 51
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Nuxt 2 PWA Vuetify Firebase SSR Starter
> Nuxt.js + PWA + Vuetify.js + Firebase starter project
## Features
This starter project includes official Nuxt.js modules for best PWA project:
- [Http](https://github.com/nuxt/http)
- [Google-analytics](https://github.com/nuxt-community/analytics-module)
- [PWA](https://github.com/nuxt-community/pwa-module)
- [Sentry](https://github.com/nuxt-community/sentry-module)It is also enriched with the best Vue's UI framework:
- [Vuetify](https://vuetifyjs.com)
- [VeeValidate](https://logaretm.github.io/vee-validate)## Setup
```bash
# install dependencies
$ yarn # Or npm install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# build for firebase and launch server
$ yarn build:firebase
$ yarn start:firebase# generate static project
$ yarn generate# Run unit test
$ yarn test# Run e2e test
$ yarn dev
$ yarn test:e2e
```## Getting Started
Don't forget to add your sentry dsn and google analytics id in `nuxt.config.js` file.
For detailed explanation on how things work, check out the [Nuxt.js](https://github.com/nuxt/nuxt.js) and [Vuetify.js](https://vuetifyjs.com/) documentation.
## License
[MIT License](./license.md)
Copyright (c) Jefry Dewangga (@jefrydco)