0.0.6 • Published 2 months ago

prosegurlibfrontend v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

prosegur Frontend (prosegur-frontend)

User interface(UI) component library

Install the dependencies

yarn install

Start the app in development mode using storybooks.

npm run storybook

Build the storybook for deployment.

npm run build-storybook

Build new release.

npm run build

Create new tag and change version in package.json.

git tag -a vA.B.C -m "Version A.B.C"
  • Use A for new version.
  • Use B for new component.
  • Use C for bug fixing o patch.

(i.e) A = 1, B = 1, C = 2 results v1.1.2 and go to package.json and change version.

Push tag

WARNING: USE TAG NAME WHEN PUSHING A NEW TAG IN THIS CASE vA.B.C = v1.1.2

git push origin vA.B.C ## WARNING: PLEASE DONT PUSH vA.B.C

WARNING: PLEASE DONT PUSH vA.B.C

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago