All Projects → linguowei → Myblog

linguowei / Myblog

vue + node 实现的一个博客系统

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Myblog

Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (-27.02%)
Mutual labels:  webpack, blog, markdown, vue-router
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+105.61%)
Mutual labels:  webpack, blog, markdown
Vue Chess
Multiplayer online chess game use Vue , Nodejs, Webpack, Em6, Socket.io, Mongodb, Express
Stars: ✭ 350 (+22.81%)
Mutual labels:  webpack, mongodb, express
Doclever
做最好的接口管理平台
Stars: ✭ 2,849 (+899.65%)
Mutual labels:  webpack, mongodb, express
Imitate One
用vue+webpack + node仿制的One[一个 ]app
Stars: ✭ 216 (-24.21%)
Mutual labels:  webpack, express, vue-resource
Pro Mern Stack
Code Listing for the book Pro MERN Stack
Stars: ✭ 290 (+1.75%)
Mutual labels:  webpack, mongodb, express
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-88.77%)
Mutual labels:  webpack, mongodb, express
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (+59.65%)
Mutual labels:  blog, markdown, express
Vue Dropload
vue下拉加载,简单路由,模态框组件等开发
Stars: ✭ 55 (-80.7%)
Mutual labels:  webpack, vue-router, vue-resource
Polled.win
📊 Real time polling
Stars: ✭ 76 (-73.33%)
Mutual labels:  webpack, mongodb, express
Isomorphic Redux Cnode
😊👻基于react->express->mongo技术栈的同构SPA
Stars: ✭ 123 (-56.84%)
Mutual labels:  webpack, mongodb, express
N Blog
《一起学 Node.js》
Stars: ✭ 15,059 (+5183.86%)
Mutual labels:  blog, mongodb, express
Blog Vue Typescript
vue + typescript + element-ui 支持 markdown 渲染的博客前台展示
Stars: ✭ 1,262 (+342.81%)
Mutual labels:  blog, markdown, vue-router
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+7.72%)
Mutual labels:  webpack, mongodb, express
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+190.88%)
Mutual labels:  blog, mongodb, express
Kov Blog
A blog platform built with koa,vue and mongoose. 使用 koa ,vue 和 mongo 搭建的博客页面和支持markdown语法的博客编写平台,自动保存草稿。博客地址:https://chuckliu.me
Stars: ✭ 635 (+122.81%)
Mutual labels:  webpack, highlight, vue-router
Vue Shoppingcart
ShoppingCart (Ecommerce) 🛒 Application using Vuejs, + Node.js + Express + MongoDB 🚀🤘
Stars: ✭ 141 (-50.53%)
Mutual labels:  mongodb, express, vue-router
Blog Node
基于 node + express + mongodb 的博客网站后台
Stars: ✭ 364 (+27.72%)
Mutual labels:  blog, mongodb, express
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-87.72%)
Mutual labels:  webpack, mongodb, express
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-41.4%)
Mutual labels:  webpack, mongodb, express

vue+node 实现的一套简易博客系统,包括博客前端展示页和博客后台管理页

2017-09-05更新,该博客已用Angular4重构,界面ui也重新设计了,目前线上跑的版本已经是Angular4重构后的了,vue版的已不再维护,新版在线地址, 源码地址

分割线———————————————————————————————————————————————————————————————————————————

2017-04-27更新如下,调整博客前端展示页面样式,支持响应式,添加了评论功能,UI参照美团点评技术团队的,莫怪

简要技术栈:

vue2.0+vue-router+vue-resource

node+express+mongodb

后台管理页的编辑器用的simplemde,支持markdown语法

markdown解析部分使用了marked这个库,语法高亮用highlight

博客在线地址(仅供临时预览)

博客后台管理页在线地址(仅供临时预览)

本地查看方法

# git clone https://github.com/linguowei/myblog.git
# cd myblog
# npm install
# node app.js
# localhost:9000
# localhost:9000/admin

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].