andt-fuski
v2.1.10
Published
A list of wrapped react components based on ant design.
Readme
andt-fuski
| Branch | Pipeline | Code coverage |
| ------------- |:-----------------:| --------------:|
| master | |
|
Requirements
For building and running the application you need:
The project contains a .nvmrc file, so you can set the correct Node.js version by running:
nvm useInstall Deps
Please only use yarn!
yarnStorybook cmd
build
yarn build-storybookrun
yarn storybookPublish the lib
the version of the package must be incremented:
(bug/improvement -> third decimal)
(release -> second decimal)
yarn build
npm publishLink the lib
to be able to link your app to your local antd-fuski lib for developpement process without the need of a new publication, we can run npm link in the root lib, will generate a symelink to andt-fuski in your node path.
lib-root>npm link
app-root>npm link andt-fuski
#don't forget to unlink the lib
app-root>npm unlink andt-fuskiRunning the test
We have several types of test, unit and integration test for this reason we have a several profiles.
yarn testDeploying the application to tsuru
We use the continuous delivery with Gitlab check the project pipelines
