jefrydco / nuxt-pwa-tailwindcss-demo

Nuxt.js + PWA + TailwindCSS demo project

Home Page:https://nuxt-pwa-tailwindcss-demo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt PWA TailwindCSS Demo

Nuxt.js + PWA + TailwindCSS demo project

Features

This demo 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

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

License

MIT License

Copyright (c) Jefry Dewangga (@jefrydco)

About

Nuxt.js + PWA + TailwindCSS demo project

https://nuxt-pwa-tailwindcss-demo.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 73.4%Language:Vue 17.4%Language:CSS 9.2%