2.2.1 • Published 6 years ago

bsa-library-repo v2.2.1

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

How to start

first time

yarn install && cd package/bsa-library && yarn install

Developement

Development + Playground + documentation

cd package/bsa-library
yarn styleguide

How to test the lib on your own project:

Instead of publishing, installing, test, fix, publishing... just link the package:

cd /{bsa-library-path}/bsa-library/package/bsa-library
npm link
cd /{your-project-path}/your-awesome-project/
npm link bsa-library

Now what ever you change in bsa-library should be available for your-awesome-project

Publishing

gulp login
gulp prepare
gulp publish

Documentation preview

Version 1 -- react 15.x + antd 2.x

Version 2 -- react 16.x + antd 3.x