An open API service indexing awesome lists of open source software.

https://github.com/junixapp/qingblogfrontend

Qing博客系统前端,基于Vue2套件,axios, ElementUI构建的单页应用!
https://github.com/junixapp/qingblogfrontend

axios element-ui vueblog vuejs

Last synced: 9 months ago
JSON representation

Qing博客系统前端,基于Vue2套件,axios, ElementUI构建的单页应用!

Awesome Lists containing this project

README

          

# QingBlog前端
> Qing, 既为**轻**, 又为**青**,my lover。

基于Vue2套件,Axios, ElementUI编写的单页应用。

**后端项目为**:[QingBlog后端](https://github.com/li-xiaojun/QingBlogBackend)

## 博客前端截图
![](screenshot/fed.gif)

## 管理后台截图
![](screenshot/login.jpg)
![](screenshot/blog.jpg)
![](screenshot/cate.jpg)
![](screenshot/edit.jpg)
![](screenshot/preview.png)

## 构建步骤

``` bash
# install dependencies
npm install

#
npm start

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```