Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefrydco/nuxt-pwa-tailwindcss-demo
Nuxt.js + PWA + TailwindCSS demo project
https://github.com/jefrydco/nuxt-pwa-tailwindcss-demo
nuxtjs pwa tailwindcss vuejs
Last synced: 3 months ago
JSON representation
Nuxt.js + PWA + TailwindCSS demo project
- Host: GitHub
- URL: https://github.com/jefrydco/nuxt-pwa-tailwindcss-demo
- Owner: jefrydco
- License: mit
- Created: 2020-06-15T03:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T19:26:53.000Z (3 months ago)
- Last Synced: 2024-10-24T06:08:45.988Z (3 months ago)
- Topics: nuxtjs, pwa, tailwindcss, vuejs
- Language: JavaScript
- Homepage: https://nuxt-pwa-tailwindcss-demo.herokuapp.com/
- Size: 1.28 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Nuxt PWA TailwindCSS Demo
> Nuxt.js + PWA + TailwindCSS demo project
## Features
This demo 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:
- [TailwindCSS](https://tailwindcss.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 [TailwindCSS](https://tailwindcss.com/) documentation.
## License
[MIT License](./license.md)
Copyright (c) Jefry Dewangga (@jefrydco)