0.2.0 • Published 5 years ago

jj-components v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

UCSD-Team12 Web Component Library

Build Status Sauce Test Status Visual Regression Testing. License

Sauce Test Status

Unit Testing
Doc generation
Support Testing

Setup

To initialize this repo for development, please run

npm install

Once you have installed all the dependencies, you may want to transpile our webcomponents into es5 so that these component can be supported in older browsers. To do so run

npm run build

Contribute

We use clang-format for linting. If you are going to contribute please install clang-format. Below are some steps you can follow to install.

MacOS (install Homebrew):

$brew install clang-format

Windows please follow this guide

Unit Testing

To run all tests:
npm run test

Doc Generation

To generate docs:
npm run doc

Acknowledgement

We would like to thank SauceLabs for their support of open source projects like ours.