Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

belivar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belivar

A blog with nodejs and vuejs.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

belivar

A lightweight blog system written by node.js and react.js.

简介

Belivar是一款基于Node.js的轻量级博客系统,采用markdown编写博文,支持主题切换,系统本身不支持评论,默认主题提供多说评论系统。

技术

Belivar采用Koa框架实现,支持MySQL和MongoDB(即将支持)数据库。控制台UI(开发中)采用React.js和Redux.js。 Belivar还提供了一套restful api来支持二次开发。
详情请查看API文档:http://belivar.love/articles/1de69898-fe2f-4e29-9ba4-15eb66960c01

Belivar的由来

一直以来就有写一款自己的博客系统的想法,一直也未付诸于行动,正好赶在毕业这个时间点,打算把好久之前的心愿实现,纪念学生时代的正式结束。

开发

$ npm install

// run dev environment
$ grunt dev

// build management 
$ grunt build

使用

$ npm install

$ NODE_ENV=production node index.js

// pm2 
$ NODE_ENV=production pm2 start index.js --name="belivar"

Keywords

FAQs

Package last updated on 30 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc