# AuroraNuxtTheme **Repository Path**: yanhexo/Nuxt-Theme ## Basic Information - **Project Name**: AuroraNuxtTheme - **Description**: 使用Nuxt重新编写博客前端 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-01 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nuxt, Vue, TypeScript, Axios ## README # 背景 此主题是适配 **_基于Aurora SpringBoot博客系统的二开_** 而开发的 :tw-1f340: 后端代码:[点此下载](https://qxqx.lanzouv.com/i1t8u2hgo5yj) 管理后端代码:https://gitee.com/yanhexo/blog-admin ## 打包部署 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 ```