Merge pull request #56 from KapilSachdev/refactor/cleanup-legacy-configs

refactor: Cleanup legacy Yeoman and JSHint configurations
tree: 673b91403357ef4b00bdbc02722a8432002c41bd
  1. .github/
  2. .vscode/
  3. config/
  4. public/
  5. scripts/
  6. src/
  7. .asf.yaml
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. app.html
  12. index.html
  13. LICENSE
  14. package-lock.json
  15. package.json
  16. README.md
  17. tsconfig.app.json
  18. tsconfig.json
  19. tsconfig.node.json
  20. vite.config.ts
README.md

Apache ECharts Theme Builder

Design your own theme for Apache ECharts.

Online Theme Builder

Build and Deploy

Build

npm i
npm run build

Release to echarts-www

Update the echarts-www and echarts-website project path in config/env.asf.js before run

npm run release

It will generate the html to the _generated folder of echarts-www and other resources to the echarts-website folder.