https://github.com/shervinchen/vue-blog-old
基于vue全家桶开发的个人博客
https://github.com/shervinchen/vue-blog-old
axios blog express hexo-theme-yilia stylus vue webpack
Last synced: 1 day ago
JSON representation
基于vue全家桶开发的个人博客
- Host: GitHub
- URL: https://github.com/shervinchen/vue-blog-old
- Owner: shervinchen
- License: mit
- Created: 2018-06-11T07:30:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T14:43:20.000Z (over 6 years ago)
- Last Synced: 2025-04-01T15:22:00.918Z (about 1 month ago)
- Topics: axios, blog, express, hexo-theme-yilia, stylus, vue, webpack
- Language: Vue
- Homepage: https://csdoker.com/
- Size: 369 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-blog
基于vue全家桶开发的个人博客
技术栈:vue/webpack/axios/express
## 运行
需要先在本地启动后台服务器([vue-blog-server](https://github.com/csdoker/vue-blog-server))
> npm start然后运行前端项目即可
> npm install> npm run start / npm run dev
## 部署
> npm run build
## 说明
博客style来源自[hexo-theme-yilia](https://github.com/litten/hexo-theme-yilia)主题
## 计划
相册、文章评论、数据库集成
## 测试
> npm run test
## 协议
MIT