Skip to content

rdkmaster/any-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jigsaw Any Badge powered by not found

Need More Badge?

If the answer is 'Yes', Any Badge is the best choice, you can make any badges you want, and put them to your project hosted like github or gitlab in minutes, update the status of your badges within your CI system or manually anytime and anywhere. Here is some badges using by Jigsaw七巧板:

documentation not found components not found directives not found injectables not found demo not found e2e testcases not found

And, we made some more badges maybe useful too:

License not found Powered-by not found stars not found Loving not found

Getting Started

http://rdk.zte.com.cn/jigsaw/any-badge#/guides/getting-started

About Any Badge

This is a full featured application including a web page based on Jisgsaw七巧板, and a back end based on RDK. It shows how to use Jigsaw with RDK to build an application.

It is strongly recommended to follow the Tour of Heroes(the official version or the version translated to Chinese) if you are new to Angular. After that, you can follow Jigsaw Tourist to learn how to start to use Jigsaw, which explains how to use Jigsaw step by step in detail.

After learning the two tourists, you are ready to learn how to build a full featured application with Jigsaw七巧板 and RDK, the code hosted in this project shows you the best way to do this. Considering that you are now an experienced Angular and Jigsaw developer, this project will not tell you how to build the application step by step, but only shows you the code, most of which has detailed explaination.

Development

Execute the following script to setup the front-end develop environment:

git clone https://github.com/rdkmaster/any-badge.git
cd any-badge
npm config set proxy=http://proxy.zte.com.cn:80                          # do this if neccessary
npm config set registry=https://registry.npm.taobao.org/                 # for Chinese developers only
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass # for Chinese developers only
npm install -g @angular/cli                                              # optional, but strongly recommended
npm install
npm start