Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 522 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 522 Bytes

vue-blog

基于vue全家桶开发的个人博客

技术栈:vue/webpack/axios/express

运行

需要先在本地启动后台服务器(vue-blog-server

npm start

然后运行前端项目即可

npm install

npm run start / npm run dev

部署

npm run build

说明

博客style来源自hexo-theme-yilia主题

计划

相册、文章评论、数据库集成

测试

npm run test

协议

MIT