Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packingjs/packingjs.github.io-generator
packingjs.github.io 官方网站生成工具
https://github.com/packingjs/packingjs.github.io-generator
Last synced: 30 days ago
JSON representation
packingjs.github.io 官方网站生成工具
- Host: GitHub
- URL: https://github.com/packingjs/packingjs.github.io-generator
- Owner: packingjs
- Created: 2017-06-14T08:15:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T04:06:16.000Z (over 3 years ago)
- Last Synced: 2024-04-09T14:53:44.566Z (9 months ago)
- Language: JavaScript
- Size: 372 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packingjs.github.io
根据 `/docs/*.md` 生成文档网站 [https://packingjs.github.io](https://packingjs.github.io)
## Commands
```
# 本地调试预览.
npm start# 部署上线.
npm run deploy
```