Includes;
- Nuxt3
- TS, ESLint
- Pinia and Pinia persist
- TailwindCSS
- Prisma
- JSON WebToken
- Bcrypt to hash passwords
- Server and Client middlewares
- Basic HTTP Error function
Feel there should be more? Create a PR/Issue
Release versioning is based on v[VERSION_OF_TEMPLATE].[VERSION_OF_NUXT_USED]
, therefore v0.13.3
related to version 0 of the template, using v13.3 of NuxtJS
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
:
# yarn
yarn dev