# project-architecture-Nuxt3-Typescript **Repository Path**: vanwei/project-architecture-nuxt3-typescript ## Basic Information - **Project Name**: project-architecture-Nuxt3-Typescript - **Description**: 一个简单Vue3+Nuxt3+Typescript+Pinia的基座 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-07-08 - **Last Updated**: 2025-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: nuxt3, TypeScript, vue3, i18n, Pinia ## README # Nuxt 3 Minimal Starter 用户登陆鉴定路由 Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ![1720510419876](image/README/1720510419876.png) ## 自定义路由 参考:https://nuxt.com.cn/docs/api/nuxt-config#router ![1720576354414](image/README/1720576354414.png) ## 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.