- Nuxt UI
- Nuxt Color
- Nuxt Image
- TailwindCSS
- Nuxt Content (To Do)
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
Starts the development server on http://localhost:3000
:
# npm
npm run dev
Starts the production server on http://localhost:3000
:
# npm
npm run build