Code Monkey home page Code Monkey logo

fan-blog's Introduction

fan-blog

Vue.js + Node.js + Mongodb 构建的前后端分离的个人博客
前端主要技术栈为 vue.js、vue-router、vuex
后端主要技术栈为 express、mongoose

项目界面

浏览部分

首页
首页
文章详情
文章详情
留言功能
留言功能

功能介绍

浏览页面

  • 动态显示文章
  • 新增留言
  • 动态显示留言
  • 随机推荐文章

技术概览

  • Vue:前端渐进式框架。
  • Vuex:专为 Vue.js 应用程序开发的状态管理模式。
  • ES6+:采用ES6+语法,箭头函数、async/await等等语法很好用。
  • Less:用Less做CSS预处理语言,可以使用最高效的方式,以少量的代码创建复杂的设计。

环境配置

  • 数据库mongodb
  • node

运行项目

克隆远程库

git clone https://github.com/funcater/fan-blog.git

启动mongodb数据库

mongodb --dbpath path\to\data

开启后端服务

// fan-blog\server
npm install
npm run start

开启前端服务

//fan-blog
npm install
npm run serve

作者

github:https://github.com/funcater

fan-blog's People

Contributors

funcater avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.