# Blog-Frontend **Repository Path**: wangxys/Blog-Frontend ## Basic Information - **Project Name**: Blog-Frontend - **Description**: 基于 SpringCloud 和 Vue3 的 OA 系统前端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2020-07-23 - **Last Updated**: 2022-05-25 ## 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://zh.nuxtjs.org/)