use a more clear customized name of weibo account.
2 files changed
tree: 55d68965f919496bc2bb0fa6a15ccc23044e8549
  1. _jade/
  2. _scss/
  3. asset/
  4. bin/
  5. blog/
  6. builder/
  7. components/
  8. config/
  9. dist/
  10. ecop-public/
  11. images/
  12. js/
  13. layouts/
  14. legacy/
  15. log/
  16. meeting/
  17. share/
  18. slides/
  19. vendors/
  20. video/
  21. .gitignore
  22. alive-check.sh
  23. LICENSE
  24. package.json
  25. 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

npm run release