# blog-ui **Repository Path**: elio-an/blog-ui ## Basic Information - **Project Name**: blog-ui - **Description**: 博客门户网站前端代码 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: 1.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-12 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: nuxt3, vue3, TypeScript, daisyUI ## README # Nuxt 3 Minimal Starter 基于Typescript & Vue3 & Vite3 & Nuxt3 & Tailwindcss & DaisyUI & Node.js的博客门户前端框架。 最新nuxt3作为博客门户框架,SSR的优势,使其在服务端完成渲染,快速响应。 使用typeScript+vue3,最新前端开发方式。 Vite构建,构建速度比webpack快的不止一点。 TailwindCss+DausyUI,一款让人感到惊喜的UI框架。 nuxt-icon作为图标组件库。 持续开发ing.... Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install ``` ## Development Server Start the development server on `http://localhost:3000` ```bash npm run dev ``` ## Production Build the application for production: ```bash npm run build ``` Locally preview production build: ```bash npm run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.