# Nuxt3模板 **Repository Path**: udecloud/nuxt3-template ## Basic Information - **Project Name**: Nuxt3模板 - **Description**: nuxt3的模板,开箱即用,集成了tailwindcss、vuetify等优秀中间件。 vue3.4 nuxt3.11 vuetify3.6 tailwindcss3.4.3 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-01-09 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 这是一个nuxt3的模板项目,开箱即用,直接下载依赖就可以运行。 集成了**tailwindcss**、**vuetify**等优秀中间件。 技术集成: **vue 3.4** **Typescript** **vite 5.2.11** **nuxt 3.11** **vuetify 3.6** (UI框架) **tailwindcss 3.4.3** (写CSS样式框架) **pinia 2.1.7** (状态管理仓库) **i18n 9.13** (国际化) **xgplayer 3.0.17**(视频播放插件) # 仿照的网站 https://www.albanypark.com/ # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` Locally preview production build: ```bash # npm npm run preview # pnpm pnpm run preview # yarn yarn preview # bun bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.