windyfancy / webspark

node.js blog system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webspark

webspark是使用node.js开发的博客系统,支持 mysql,sqlite两种数据库,默认使用sqlite数据库。 使用npm安装后即可运行,开箱即用。

安装步骤

  1. 使用npm安装webspark
 npm install --save webspark
  1. 首次运行,在命令行执行如下命令,用于将node_modules中的项目文件复制到当前目录,当然手工copy也是可以的
 node -e "require('webspark')"
  1. 打开浏览器输入:http://localhost:8000/ 即可访问

后续访问直接运行app.js即可

 node app.js

home

theme

theme2

theme3

theme4

theme5

article

theme6

commet

About

node.js blog system


Languages

Language:Vue 35.7%Language:CSS 31.8%Language:JavaScript 25.6%Language:EJS 4.3%Language:HTML 2.5%