Nuxt.js + Typescript + PWA + Tailwind CSS + Composition API starter project
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:
- Rename
.env.example
to.env
- Change your Sentry DSN and Google Analytics tracking identity config in
.env
file - Uncomment the modules configuration code in
nuxt.config.ts
For detailed explanation on how things work, check out the Nuxt.js and Tailwind CSS documentation.
Copyright (c) Jefry Dewangga (@jefrydco)