# Install depedencies
npm install
# Build
node build.js (github)
# Run a static server
node server.js
Dev:
node watch.js dev
# should put <https://github.com/ecomfe/echarts-examples> on the same folder with echarts-doc
-
cd public/documents
-
node dashing.js
-
cd dash
-
Build
- To build Docset in English:
./dashing build echarts -f dashing-en.json -s ./en
. - To build Docset in Chinese:
./dashing build echarts -f dashing-cn.json -s ./cn
.
- The generated Docset is under current directory. Change version number in
echarts.docset/Contents/Info.plist
if you may.