# nuxt3-template **Repository Path**: yimicat/nuxt3-template ## Basic Information - **Project Name**: nuxt3-template - **Description**: nuxt3 ts sass unocss i18n stylelint16 eslint9 prettier3 commitlint19 husky9 volta - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt3 Template Look at the [Nuxt3 documentation](https://nuxt.com/docs/getting-started/introduction) to more. ## Skills [![Nuxt3](https://img.shields.io/badge/Nuxt3-^3.12.2-BrightGreen?style=for-the-badge&logo=Nuxt.js)](https://nuxt.com/) [![unocss](https://img.shields.io/badge/unocss-^0.61.0-red?style=for-the-badge&logo=unocss)](https://unocss.dev/) [![@nuxtjs/i18n](https://img.shields.io/badge/@nuxtjs/i18n-^8.3.1-BrightGreen?style=for-the-badge&logo=Nuxt.js)](https://nuxt.com/modules/i18n) [![sass](https://img.shields.io/badge/sass-^1.77.6-pink?style=for-the-badge&logo=sass)](https://sass-lang.com/documentation/) [![stylelint](https://img.shields.io/badge/stylelint-^16.6.1-blueviolet?style=for-the-badge&logo=stylelint)](https://stylelint.io/) [![eslint](https://img.shields.io/badge/eslint-^9.6.0-blue?style=for-the-badge&logo=eslint)](https://eslint.org/docs/latest/) [![commitlint](https://img.shields.io/badge/commitlint-^19.3.0-BrightGreen?style=for-the-badge&logo=commitlint)](https://commitlint.js.org/) [![prettier](https://img.shields.io/badge/prettier-^3.3.2-yellow?style=for-the-badge&logo=prettier)](https://prettier.io/) [![husky](https://img.shields.io/badge/husky-v9.0.1-BrightGreen?style=for-the-badge&logo=husky)](https://typicode.github.io/husky/) [![volta](https://img.shields.io/badge/volta-v1.1.1-orange?style=for-the-badge&logo=volta)](https://docs.volta.sh/guide/getting-started) ## Install ```bash pnpm install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash pnpm run dev ``` ## Production Build the application for production: ```bash pnpm run build ``` Locally preview production build: ```bash pnpm run preview ``` ## Deployment Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.