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

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全家桶开发的个人博客

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