This is the minimum template to get started with Nuxt3

- eslint and prettier are already set up
- tailwindcss and vuetify are set. Prefixing tailwindcss with
tw-
to avoid conflicts - Plugins required for SEO such as gtag, sitemap, etc. are set up
- Sample code for layout, routing, and fetch is written. You can create an application right away!
- Github Actions workflows are set up to maintain high quality code for lint and prettier checks
Make sure to install the dependencies:
bun install
Start the development server on http://localhost:3000
:
bun run dev