not throw error when remove files not exists
1 file changed
tree: 9cb8cfc35d49a83a823e55e1ee1f0e3e813f5e06
  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 website for local preview

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

Add SPA page

Add SPA page created by echarts-www-spa-boilerplate

npm run create:page

Then add this page entry in the menu.