# blogsystemafterend **Repository Path**: ikanbest/blogsystemafterend ## Basic Information - **Project Name**: blogsystemafterend - **Description**: 博客系统后台程序(vue+vue-cli+element-ui) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blogsystemafterend 博客系统后台程序(vue+vue-cli+element-ui) ### 项目使用以下技术栈 - axios 异步处理方法库 - element-ui 前端UI库 - vue-cli vue脚手架 - vue-quill-editor 富文本编辑器 - vue-router 路由 - vuex vue状态管理 - js-cookie cookie生成 - babel-polyfill 转码器,可以将ES6代码转为ES5代码 ### 项目运行 下载项目文件夹后,先安装依赖 ``` npm install ``` 然后 ``` npm run dev ``` 即可。 API文档请参见blogsystemapicloud文件夹 api访问地址是http://localhost:3012 博客后台访问地址是http://localhost:8080