/gplook

Let GitHub page show simply

Primary LanguageJavaScriptApache License 2.0Apache-2.0

gplook

一个让md书籍更好地展示在github page的东东

如何开始

下载项目
git clone https://github.com/hunzsig/gplook.git

进入目录

cd gplook
安装库
npm i
或
cnpm i

克隆 h-react-antd 库到vendor

git clone https://github.com/hunzsig-javascript/h-react-antd.git vendor

使用nodejs服务器进行本地测试,默认占用 10001端口

npm start

你可以将代码打包放在服务器环境,从而得以访问

npm run build