All Projects → rdkmaster → jigsaw-seed

rdkmaster / jigsaw-seed

Licence: MIT License
这是组件库 Jigsaw-七巧板(https://github.com/rdkmaster/jigsaw) 的种子工程,建议所有新增的app都以这个工程作为种子开始构建。

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to jigsaw-seed

Jigsaw
Jigsaw七巧板 provides a set of web components based on Angular5/8/9+. The main purpose of Jigsaw is to help the application developers to construct complex & intensive interacting & user friendly web pages. Jigsaw is supporting the development of all applications of Big Data Product of ZTE.
Stars: ✭ 354 (+1982.35%)
Mutual labels:  bigdata, webui
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (+341.18%)
Mutual labels:  jigsaw
big data
A collection of tutorials on Hadoop, MapReduce, Spark, Docker
Stars: ✭ 34 (+100%)
Mutual labels:  bigdata
css-toggle-component
Pure CSS Toggle Buttons as a Web component
Stars: ✭ 69 (+305.88%)
Mutual labels:  webcomponent
Jigsaw-Unintended-Bias-in-Toxicity-Classification
7th Place Solution for Jigsaw Unintended Bias in Toxicity Classification on Kaggle
Stars: ✭ 16 (-5.88%)
Mutual labels:  jigsaw
Spark-and-Kafka IoT-Data-Processing-and-Analytics
Final Project for IoT: Big Data Processing and Analytics class. Analyzing U.S nationwide temperature from IoT sensors in real-time
Stars: ✭ 42 (+147.06%)
Mutual labels:  bigdata
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (+1800%)
Mutual labels:  bigdata
mqtt-admin
MQTT Web Frontend: Publish, Subscribe and see Topic Status in a comfortable UI
Stars: ✭ 115 (+576.47%)
Mutual labels:  webui
jigsaw-site
Jigsaw Documentation Site
Stars: ✭ 27 (+58.82%)
Mutual labels:  jigsaw
yuzhouwan
Code Library for My Blog
Stars: ✭ 39 (+129.41%)
Mutual labels:  bigdata
data processing course
Some class materials for a data processing course using PySpark
Stars: ✭ 50 (+194.12%)
Mutual labels:  bigdata
goanalytics-web
移动端数据统计webUI
Stars: ✭ 36 (+111.76%)
Mutual labels:  webui
artisan-static
A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.
Stars: ✭ 40 (+135.29%)
Mutual labels:  jigsaw
happa
Web user interface for Giant Swarm – Beyond managed Kubernetes
Stars: ✭ 17 (+0%)
Mutual labels:  webui
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-23.53%)
Mutual labels:  bigdata
stoxy
Stoxy is a state management API for all modern Web Technologies
Stars: ✭ 73 (+329.41%)
Mutual labels:  webcomponent
centurion
Kotlin Bigdata Toolkit
Stars: ✭ 320 (+1782.35%)
Mutual labels:  bigdata
java9-module-examples
a list of Java 9 module samples to dive into the modular world
Stars: ✭ 25 (+47.06%)
Mutual labels:  jigsaw
xeHentai-webui
The web interface for xeHentai https://github.com/fffonion/xeHentai
Stars: ✭ 25 (+47.06%)
Mutual labels:  webui
NiFi-Rule-engine-processor
Drools processor for Apache NiFi
Stars: ✭ 34 (+100%)
Mutual labels:  bigdata

Jigsaw Seed

这是组件库Jigsaw的种子工程,适用于开发桌面端浅色系的app,建议所有新增的app都以这个工程作为种子开始构建。具体步骤看这里

所有可用的种子工程

终端 链接
桌面端 仓库 / 直接下载
移动端 仓库 / 直接下载

关于cnpm安装的依赖编译失败的说明

重要提示:

  1. 别用cnpm安装依赖,务必使用原生npm安装依赖!
  2. 别用cnpm安装依赖,务必使用原生npm安装依赖!
  3. 别用cnpm安装依赖,务必使用原生npm安装依赖!

虽然不能使用cnpm安装依赖,但是可以使用淘宝镜像加速,方法如下:

cd jigsaw-seed # 请改为实际目录
npm install --registry=https://registry.npm.taobao.org

不能使用cnpm安装依赖的原因在这里,感兴趣可以过去点个赞一下,促进cnpm改进。

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].