# echarts-handbook **Repository Path**: zldx_918/echarts-handbook ## Basic Information - **Project Name**: echarts-handbook - **Description**: echarts文档 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-15 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # About This project is part of the source of [The Apache ECharts Official Website](https://echarts.apache.org/). See [echarts-website](https://github.com/apache/echarts-website) for more details of the building process. ## Preview on GitHub Pages https://apache.github.io/echarts-handbook ## Init ```bash npm install ``` ## Dev ```bash npm run dev ``` Open in browser: http://localhost:3000/echarts-handbook/dist/ ## Deploy ### Deploy to local dist folder ```bash npm run build:local ``` ### Deploy to local echarts website ```bash npm run build:localsite ``` ### Deploy to asf ```bash npm run build:asf ``` ## Writing https://apache.github.io/echarts-handbook/en/meta/edit-guide/