Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplerxing's blog

这是一个基于 github pagegithub api 搭建的单页面静态博客,点击「这里」查看博客。

Fork 使用

将配置文件 src/js/constants/Config.js百度统计 与配置修改成自己的账号。

环境搭建

运行环境

$ node -v
v5.8.0

$ npm -v
3.7.3

依赖

  • webpack@1.13.2
$ npm install -g webpack@1.13.2

命令使用

安装

$ git clone https://github.com/simplerxing/simplerxing.github.io.git
$ cd simplerxing.github.io
$ npm install

运行

"scripts": {
  "dev": "cross-env NODE_ENV=development webpack-dev-server --hot --inline",
  "build": "cross-env NODE_ENV=production webpack"
},

命令

// 开发
$ npm run dev

// 打包
$ npm run build

About

myblogwebsite

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages