2.19.0 • Published 10 days ago

@billomat/billomat-ui-ts v2.19.0

Weekly downloads
-
License
Aifinyo GmbH
Repository
github
Last release
10 days ago

Billomat UI Library

Prerequistes

Create a .npmrc file in the root of the project to have access to some private company packages. ( If this file is not existing )

# .npmrc

# NPM AUTOMATION CI TOKEN
//registry.npmjs.org/:_authToken=*** AUTHTOKEN HERE ***

Install

$ git clone git@bitbucket.org:billomat/billomat-ui-ts.git
$ cd billomat-ui-ts
$ npm ci
$ code .                      // optional starting vscode

⚠️ Always use npm ci ⚠️


Usage

You can import from the main bundle:

import { Button } from "@billomat/billomat-ui-ts";

You also need to import Main CSS file to your project

@import "@billomat/billomat-ui-ts/src/scss/export.scss";

Start

$ npm start

➡️ Go to http://localhost:6006


Release

Perform the following steps to release a new version:

  • Create a release branch from production branch like release/vX.X.X
  • Merge all the branches that should be released to the release branch
  • Bump the version using npm version patch|[minor|major]
  • Merge into origin/production

⚠️ After merging the release branch into production-branch, npm publish will start automatically.


Deployments

➡️ Production: https://ui.billomat.com/

➡️ Development https://ui.dev.billomat.com/


Available scripts

$ npm run jest                // Run all tests
$ npm run jest -- --coverage  // Run all tests including coverage
$ npm run jest:watch          // Run tests on latest file changes
$ npm run eslint              // Run linter
$ npm run eslint:watch        // Run linter watcher on latest file changes
$ npm run stylint             // Run styleinter to check scss files
$ npm run test                // Run everything about tests in a single commmand

Optional usefull tools

2.19.0

10 days ago

2.18.29

17 days ago

2.18.28

21 days ago

2.18.27

23 days ago

2.18.26

24 days ago

2.18.25

28 days ago

2.18.24

29 days ago

2.18.23

30 days ago

2.18.22

1 month ago

2.18.21

1 month ago

2.18.20

2 months ago

2.18.19

3 months ago

2.18.18

3 months ago

2.18.17

3 months ago

2.18.16

3 months ago

2.18.15

4 months ago

2.18.14

4 months ago

2.18.13

4 months ago

2.18.12

4 months ago

2.18.11

4 months ago

2.18.10

4 months ago

2.18.9

5 months ago

2.18.8

5 months ago

2.18.7

5 months ago

2.18.6

6 months ago

2.18.5

6 months ago

2.18.4

6 months ago

2.18.3

6 months ago

2.18.2

6 months ago

2.18.1

7 months ago

2.18.0

7 months ago

2.17.1

7 months ago

2.17.0

7 months ago

2.16.0

7 months ago

2.15.0

7 months ago

2.14.0

7 months ago

2.13.0

7 months ago

2.12.0

8 months ago

2.11.2

8 months ago

2.11.1

8 months ago

2.11.0

8 months ago

2.10.1

9 months ago

2.10.0

9 months ago

2.9.3

9 months ago

2.9.2

10 months ago

2.9.1

11 months ago

2.9.0

11 months ago

2.8.1

11 months ago

2.8.0

11 months ago

2.7.0

11 months ago

2.6.0

12 months ago

2.5.0

12 months ago

2.4.0

1 year ago

2.3.3

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.7.2

1 year ago

0.7.0

1 year ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago