All Projects → apache → echarts-www

apache / echarts-www

Licence: Apache-2.0 license
Source of Apache ECharts website

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
coffeescript
4710 projects
Pug
443 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to echarts-www

Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+83152.54%)
Mutual labels:  apache, echarts
echarts-handbook
Apache ECharts Handbook
Stars: ✭ 59 (+0%)
Mutual labels:  apache, echarts
Docker Php
🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
Stars: ✭ 236 (+300%)
Mutual labels:  apache
jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,090 (+3442.37%)
Mutual labels:  echarts
HttpClientMock
Library for mocking Apache HttpClient.
Stars: ✭ 41 (-30.51%)
Mutual labels:  apache
basepath
Base path detector for Slim 4
Stars: ✭ 36 (-38.98%)
Mutual labels:  apache
regolith
A WordPress installation template that's a little bit looser than Bedrock
Stars: ✭ 24 (-59.32%)
Mutual labels:  apache
Fancy Index
A responsive Apache index page.
Stars: ✭ 230 (+289.83%)
Mutual labels:  apache
Lidea
大型分布式系统实时监控平台
Stars: ✭ 28 (-52.54%)
Mutual labels:  echarts
masc
Microsoft's contributions for Spark with Apache Accumulo
Stars: ✭ 20 (-66.1%)
Mutual labels:  apache
phoenix-hibernate-dialect
An Apache Phoenix Hibernate dialect
Stars: ✭ 20 (-66.1%)
Mutual labels:  apache
autoindex strapdown
Easily add Markdown README/HEADERs to Apache's directory indexes, rendered by Strapdown.js
Stars: ✭ 34 (-42.37%)
Mutual labels:  apache
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (-16.95%)
Mutual labels:  echarts
ngx-echarts
Apache ECharts component for Angular(基于 Angular 的 Apache ECharts 组件)
Stars: ✭ 82 (+38.98%)
Mutual labels:  echarts
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+5137.29%)
Mutual labels:  apache
Azure Event Hubs
☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs
Stars: ✭ 233 (+294.92%)
Mutual labels:  apache
dotenvy
Speed up your production sites by ditching .env for key/value variable pairs as Apache, Nginx, and shell equivalents
Stars: ✭ 31 (-47.46%)
Mutual labels:  apache
server-monitor-ui
Server Operation Monitor
Stars: ✭ 17 (-71.19%)
Mutual labels:  echarts
echarts-for-svelte
📈 Baidu Echarts(v3.0 & v4.0) components for Svelte wrapper.
Stars: ✭ 25 (-57.63%)
Mutual labels:  echarts
dubbo-go-benchmark
benchmark for [apache/dubbo-go](github.com/apache/dubbo-go)
Stars: ✭ 26 (-55.93%)
Mutual labels:  apache

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].