prepare for the new website. build to v4 folder
79 files changed
tree: 782f6e3171b1f84b3a2fb431eeacbfb5f60f1e56
  1. _jade/
  2. _scss/
  3. asset/
  4. bin/
  5. blog/
  6. builder/
  7. components/
  8. config/
  9. ecop-public/
  10. images/
  11. js/
  12. layouts/
  13. legacy/
  14. log/
  15. meeting/
  16. share/
  17. slides/
  18. vendors/
  19. video/
  20. .gitignore
  21. alive-check.sh
  22. LICENSE
  23. package.json
  24. README.md
README.md

About

This project is part of the source of The Apache ECharts Official Website. See echarts-website for more details of the building process.

dev

Build localsite

npm run dev

Build jade

npm run jade

Build sass

npm run sass

Build jade, sass, and js

# Examples:
npm run dev -- --filter=jade,sass
npm run dev -- --filter=jade,sass,js

Watch

# Watch for jade, sass and js changes:
npm run watch
npm run watch:sass
npm run watch:jade

release

sh bin/release.sh --env asf