/nuxt3-tailwind-auth-app

An example web app that requires authentication, and using Nuxt3, TailwindCSS, Font Awesome, ESLint & Prettier with GitHub Actions, etc.

Primary LanguageVueMIT LicenseMIT

nuxt3-tailwind-auth-app

An example app using Nuxt3, TailwindCSS, ESLint & Prettier with GitHub Actions, etc.

Elements

Base:

Linter/Formatter:

Validation Library:

Recommended Editors:

Recommended VSCode Plugins:

Setup

Need to install Node.js >= 16 first.

Make sure to install the dependencies.

npm i

Development

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.

API Server & DB Server

If you need API & DB Server, please clone from following:
https://github.com/qlawmarq/fastapi-mysql-docker