Nuxt.js + Typescript + PWA + Tailwind CSS + Composition API starter project
Please be aware that this starter project contains experimental composition API features that may subject unstable or changed in the future
Read this description in another languages:
This starter project includes official Nuxt.js modules:
It is also enriched with the best Vue’s UI framework:
and for the best typed experience, it also includes:
# 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
To activate Sentry and Google Analytics:
.env.example
to .env
.env
filenuxt.config.ts
For detailed explanation on how things work, check out the Nuxt.js and Tailwind CSS documentation.
Author: jefrydco
Demo: https://nuxt-typescript-pwa-tailwindcss-composition-api.netlify.app/
Source Code: https://github.com/jefrydco/nuxt-typescript-pwa-tailwindcss-composition-api
#vuejs #vue #javascript #nuxt