# Blog-Frontend **Repository Path**: lovepli_cn/Blog-Frontend ## Basic Information - **Project Name**: Blog-Frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-11-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Blog前端项目 ## 文档 ```bash # 安装依赖 $ npm install # 启动服务器(开发模式) $ npm run dev # 编译并启动服务器(生产模式) $ npm run build $ npm run start # 生成静态网站 $ npm run generate ``` 详情查阅 [Nuxt文档](https://https://zh.nuxtjs.org/)