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构建的单页应用!
- Host: GitHub
- URL: https://github.com/junixapp/qingblogfrontend
- Owner: junixapp
- Created: 2018-03-09T10:45:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T14:14:07.000Z (almost 8 years ago)
- Last Synced: 2025-06-10T02:07:00.373Z (about 1 year ago)
- Topics: axios, element-ui, vueblog, vuejs
- Language: Vue
- Homepage:
- Size: 1.85 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QingBlog前端
> Qing, 既为**轻**, 又为**青**,my lover。
基于Vue2套件,Axios, ElementUI编写的单页应用。
**后端项目为**:[QingBlog后端](https://github.com/li-xiaojun/QingBlogBackend)
## 博客前端截图

## 管理后台截图





## 构建步骤
``` 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
```