nuxt-pwa-vuetify-firebase-ssr icon indicating copy to clipboard operation
nuxt-pwa-vuetify-firebase-ssr copied to clipboard

Nuxt 2 PWA Vuetify Firebase SSR Starter

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:

It is also enriched with the best Vue's UI framework:

Setup

# 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 and Vuetify.js documentation.

License

MIT License

Copyright (c) Jefry Dewangga (@jefrydco)