https://github.com/worktile/guide
Worktile Pro guide
https://github.com/worktile/guide
Last synced: 9 months ago
JSON representation
Worktile Pro guide
- Host: GitHub
- URL: https://github.com/worktile/guide
- Owner: worktile
- License: mit
- Created: 2015-09-07T05:08:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T07:37:02.000Z (about 10 years ago)
- Last Synced: 2025-02-02T03:27:46.608Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.54 MB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guide
## 环境搭建
1.安装brew[如果没有brew命令]
`ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
2.安装python
`brew install python`
3.安装pip
定位到get-pip.py,运行命令
`sudo python get-pip.py`
参考:[python环境搭建](http://blog.csdn.net/fancylovejava/article/details/39140373)
4.安装mkdocs
`pip install mkdocs`
5.`npm install`
6.`bower install`
## 启动环境
1.`gulp`
2.`mkdocs serve`
## 生成html文件
1.`gulp` 或 `gulp build`
2.`mkdocs build`
## 官方api
[api](http://markdown-docs-zh.readthedocs.org/zh_CN/latest/)