Coder Social home page Coder Social logo

yeatslu / cms-of-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ciqulover/cms-of-blog

0.0 2.0 0.0 1.71 MB

:frog: Node.js & Vue.js博客内容管理系统(CMS)

Home Page: http://115.28.90.175:90/

HTML 0.57% JavaScript 19.18% CSS 30.88% Vue 49.37%

cms-of-blog's Introduction

A Blog CMS Powered By Vue.js

一个前端基于Vue.js,后端基于Node.js的博客内容管理器

登陆地址在Demo页面最下方

Features

前端:Vue全家桶
  • Vue.js
  • Vue-Cli
  • Vue-Resource
  • Vue-Validator
  • Vue-Router
  • Vuex
  • Vue-loader
后端
  • Node.js
  • mongoDB (mongoose)
  • Express
工具和语言
  • Webpack
  • ES6
  • SASS
  • Jade

本地测试

  • 确保已有node环境
  • 安装mongoDB 以win平台为例,在C盘下新建data文件夹,进入data文件夹新建db文件夹(这是mongoDB启动时默认的数据存储目录,也可以通过--dbpath参数指定目录) 进入MongoDB\Server\3.2\bin(因版本而异)目录 并从终端启动目录下的mongod.exe
.\mongod.exe

在控制台看到waiting for connections on port 27017表示OK

克隆远程库

git clone https://github.com/ycwalker/CMS-of-Blog.git

进入项目目录

cd CMS-of-Blog

安装依赖

npm install

进入服务器所在文件夹并运行服务器

cd server
node www

打开浏览器输入http://localhost:3000/ 如果一切OK,则进入博客的归档页面,登陆按钮在最下方。

cms-of-blog's People

Contributors

ciqulover avatar

Watchers

 avatar  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.