rebulid
45 files changed
tree: a9f7ab463928ff81e948852501073b56526c0d37
  1. .github/
  2. asset/
  3. blog/
  4. blog-src/
  5. cn/
  6. config/
  7. en/
  8. public/
  9. slides/
  10. tool/
  11. .gitignore
  12. .travis.yml
  13. _config.yml
  14. build.js
  15. google2e051bafb7b53dc1.html
  16. package.json
  17. README.md
  18. release.sh
  19. server.js
  20. watch.js
README.md

ECharts Documentation

Online Docs

Build and Run Locally

Dev:

# should put <https://github.com/ecomfe/echarts-examples> on the same folder with echarts-doc
node watch.js --env dev
# or
node build.js --env dev

# Run a static server (optional)
node server.js

Release: Check incubator-echarts-website/README.md please.