This Nuxt 3 template provides some common tools used for SaaS. More features coming !
- Nuxt Image: Optimized image handling for faster load times and better performance.
- Nuxt Icon: Easy-to-use icon module for adding icons to your project.
- Nuxt Fonts: Plug-and-play custom web font optimization and configuration for Nuxt apps.
- I18n: i18n features for your Nuxt project so you can easily add internationalization.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Pinia: State management library for managing application state.
- Color Mode: Dark mode and theme switching support.
- Shadcn Nuxt: Integration with Shadcn for enhanced component styling and UI.
To get started, clone the repository and install the dependencies using pnpm
:
git clone https://github.com/dtczelo/nuxt-base-app.git
cd nuxt-base-app
pnpm install
Start the development server:
pnpm dev
Build the project for production:
pnpm build
- Nuxt 3 Documentation
- Vue.js Documentation
- Tailwind CSS Documentation
- Pinia Documentation
- Nuxt Color Mode Documentation
- Shadcn Vue Documentation
Contributions are welcome! Please open an issue or submit a pull request for any bugs, enhancements, or new features.
This project is licensed under the MIT License. See the LICENSE file for more details.