tree: 0a055d38d77a66d7745a13b35f1aeb4516d89f93 [path history] [tgz]
  1. .github/
  2. assets/
  3. build/
  4. components/
  5. configs/
  6. contents/
  7. layouts/
  8. pages/
  9. static/
  10. store/
  11. types/
  12. .asf.yaml
  13. .eslintrc.js
  14. .gitignore
  15. .gitmodules
  16. .prettierrc
  17. app.html
  18. LICENSE
  19. nuxt.config.js
  20. package-lock.json
  21. package.json
  22. README.md
  23. tailwind.config.js
  24. tsconfig.json
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.

Preview on GitHub Pages

https://apache.github.io/echarts-handbook

Init

npm install

Dev

npm run dev

Open in browser: http://localhost:3000/echarts-handbook/dist/

Deploy

Deploy to local dist folder

npm run build:local

Deploy to local echarts website

npm run build:localsite

Deploy to asf

npm run build:asf

Writing

https://apache.github.io/echarts-handbook/zh/meta/edit-guide/