# nuxt3-element-template **Repository Path**: czp1987/nuxt3-element-template ## Basic Information - **Project Name**: nuxt3-element-template - **Description**: nuxt3 elementplus的模版,支持ts、pinia、i18n、unocss - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-09-19 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 参考 ## Setup Make sure to install the dependencies: ```bash # pnpm pnpm install # npm npm install # yarn yarn install ``` ### 启动项目 ```bash # 开发环境 pnpm run dev # 生产环境 pnpm run build pnpm run preview ```