# nuxt-template **Repository Path**: c9567/nuxt-template ## Basic Information - **Project Name**: nuxt-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-25 - **Last Updated**: 2025-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 template [![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) Nuxt 3 template is a opinionated template for Nuxt 3 project. It includes the following features: - [UnoCSS](https://unocss.com) for utility-first CSS - [Vuetify](https://vuetifyjs.com) for component library - [Nuxt i18n](https://i18n.nuxtjs.org) for internationalization - [Nuxt Auth](https://auth.sidebase.io) for authentication - [Drizzle ORM](https://orm.drizzle.team) for Database communication - [CASL](https://casl.js.org) for Access Control - [Firebase Notification](https://firebase.google.com) for push notification ## Getting Started ### Prerequisites - [PNPM](https://pnpm.io) - Fast, disk space efficient package manager - [Node.js 20+](https://nodejs.org) - Recommend to be installed via PNPM standalone using `pnpm env use --global` ### Installation 1. Clone the repository ```bash git clone git@github.com:thecodeorigin/nuxt-template.git ``` 2. Install dependencies ```bash pnpm install ``` 3. Prepare the environment Copy the `.env.example` file to `.env` and fill in the necessary information ```bash cp .env.example .env ``` 4. Prepare the Database with Docker You can use a remote database and fill in all the environment variables in the `.env` file. Or you can use the provided docker-compose file to start a local database. > Please be careful with your configured environment variables, you can accidentally execute the database commands on your production database. ```bash pnpm db:start pnpm db:migrate pnpm db:seed ``` > Please checkout the `server/db/seeds` folder to review all the seed data, especially the `users.seed.ts` file to get the default user credentials. You can stop or reset the database with the following commands: ```bash # Stop the database pnpm db:stop # Reset the database pnpm db:reset ``` 5. Run the project ```bash pnpm dev ``` ### Usage with Doppler You can use Doppler to manage your environment variables. To do this, you need to install the Doppler CLI and authenticate with your account. 1. Install the Doppler CLI Please follow the instructions on the [official Doppler documentation](https://docs.doppler.com/docs/install-cli) to install the Doppler CLI. 2. Authenticate with Doppler ```bash doppler login ``` 3. Select the project from Doppler ```bash doppler setup ``` 4. Run the project with Doppler > Please be careful with your configured environment variables, you can accidentally execute the database commands on your production database. ```bash pnpm with-env dev ``` ## Contribution Thank you to all the people who already contributed to the Nuxt Template project!
Rim (Y Nguyen)
Rim (Y Nguyen)

💻
Nguyễn Đức Truyền
Nguyễn Đức Truyền

🚧
Trịnh Huy Nam
Trịnh Huy Nam

🚧
HaoNguyen-Ron
HaoNguyen-Ron

🚧
Minh Dong
Minh Dong

🚧
## License [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2022-present, Nguyen Huu Nguyen Y ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!