Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefrydco/nuxt-pwa-vuetify-starter
Nuxt.js + PWA + Vuetify.js starter project.
https://github.com/jefrydco/nuxt-pwa-vuetify-starter
nuxt nuxtjs nuxtjs-template pwa vuetify
Last synced: 1 day ago
JSON representation
Nuxt.js + PWA + Vuetify.js starter project.
- Host: GitHub
- URL: https://github.com/jefrydco/nuxt-pwa-vuetify-starter
- Owner: jefrydco
- License: mit
- Created: 2018-02-26T02:20:37.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:07:13.000Z (3 months ago)
- Last Synced: 2024-10-24T05:26:30.842Z (3 months ago)
- Topics: nuxt, nuxtjs, nuxtjs-template, pwa, vuetify
- Language: Vue
- Homepage:
- Size: 2.47 MB
- Stars: 76
- Watchers: 2
- Forks: 28
- Open Issues: 35
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Nuxt PWA Vuetify Starter
[![CircleCI Build Status](https://badgen.net/circleci/github/jefrydco/nuxt-pwa-vuetify-starter/master)](https://circleci.com/gh/jefrydco/nuxt-pwa-vuetify-starter)
[![Azure Build Status](https://dev.azure.com/jefrydco/jefrydco/_apis/build/status/jefrydco.nuxt-pwa-vuetify-starter)](https://dev.azure.com/jefrydco/jefrydco/_build?definitionId=1)
[![Coverage Status](https://badgen.net/codecov/c/github/jefrydco/nuxt-pwa-vuetify-starter/master)](https://codecov.io/gh/jefrydco/nuxt-pwa-vuetify-starter)> Nuxt.js + PWA + Vuetify.js 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# generate static project
$ yarn generate# Run unit test
$ yarn test# Run e2e test
$ yarn dev
$ yarn test:e2e
```## Getting Started
Don't forget to change your sentry dsn and google analytics id in `.env.example` 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)