# nuxtb-blog **Repository Path**: liuyichen1/nuxtb-blog ## Basic Information - **Project Name**: nuxtb-blog - **Description**: nuxt搭建个人博客站点 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Content v2 Minimal Starter Look at the [Content documentation](https://content.nuxt.com/) 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 ``` Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.