Skip to content

Kisarigi/MyVueBlog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于vue构建的个人博客(前端部分)

这是一个前后端完全分离的项目,学完vue和node后总想做点什么,于是就有了这个博客。整体布局样式大量借鉴了minia的个人博客。
演示地址这里
技术栈:vue全家桶+node.js+express+mongoDB+mongoose
发布文章时支持预览,支持用markdown语法编辑文章。结合express开发后台api,主要实现了文章模块与留言模块的增删改查。
整体代码无非就是业务逻辑,增删改查那一套,难点反而是在从开发环境部署到服务器的过程。
webpack打包问题啦,服务器上配置CROS跨域啦,最后调通了实在是万幸。
这里是项目的后台的github地址

不足之处

1.没做权限控制。想实现不难,但是接下来还有个棘手的毕业设计,告辞0.0
2.没有文章评论模块。以后会考虑加上的。还是增删改查那套...快写吐了
3.没做移动端适配。会尽快适配的
4.admin界面也太寒酸了吧。住嘴...有时间会好好设计一下的

演示图片

1 1 1

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

MyVueBlog-frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published