Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/echarts-www
Source of Apache ECharts website
https://github.com/apache/echarts-www
apache echarts website
Last synced: 6 days ago
JSON representation
Source of Apache ECharts website
- Host: GitHub
- URL: https://github.com/apache/echarts-www
- Owner: apache
- License: apache-2.0
- Created: 2015-05-05T11:14:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T07:34:59.000Z (14 days ago)
- Last Synced: 2024-12-29T01:14:07.519Z (13 days ago)
- Topics: apache, echarts, website
- Language: JavaScript
- Homepage: https://echarts.apache.org
- Size: 292 MB
- Stars: 65
- Watchers: 35
- Forks: 61
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
## dev
### Build website for local preview
```sh
npm run dev
```### Build jade
```sh
npm run jade
```### Build sass
```sh
npm run sass
```### Build jade, sass, and js
```sh
# Examples:
npm run dev -- --filter=jade,sass
npm run dev -- --filter=jade,sass,js
```### Watch
```sh
# Watch for jade, sass and js changes:
npm run watch
npm run watch:sass
npm run watch:jade
```## release
```sh
npm run release
```### Add SPA page
Add SPA page created by [echarts-www-spa-boilerplate](https://github.com/pissang/echarts-www-spa-boilerplate)
```sh
npm run create:page
```Then add this page entry in the menu.