2.2.2 • Published 4 months ago

@criya/app-theme-v2 v2.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Criya APP

Development

the development environment will watch the files changes and build the package

npm i npm run storybook

Link package

For development, a package can be linked into another project. This is often useful to test out new features or when trying to debug an issue in a package that is being use in another project

run the following command un the app-theme folder: npm link

go to the project that use the @criya/app-theme package and run the following command: npm link @criya/app-theme-v2 or unlink npm uninstall --no-save @criya/app-theme-v2 && npm install

Storybook

You can see the components library and its use in storybook.

npm run storybook

open http://localhost:6006/ in your browser

Publish Package

the following command will build and publish the package:

npm build npm publish --access public

  • Remember to bump the package version before publish

Add NPM User

to publish the package you will need to add an npm user, to do so run the following command:

npm adduser

  • Ask for the user and password to the engineering team
2.2.1

4 months ago

2.1.2

4 months ago

2.2.0

4 months ago

2.1.1

4 months ago

2.2.2

4 months ago

2.1.22

4 months ago

2.1.0

4 months ago

2.0.22

4 months ago

2.0.20

4 months ago

2.0.21

4 months ago

2.0.19

4 months ago

2.0.18

4 months ago

2.0.17

4 months ago

2.0.16

4 months ago

2.0.15

4 months ago

2.0.14

4 months ago

2.0.13

4 months ago

2.0.12

4 months ago

2.0.11

4 months ago

2.0.10

4 months ago

2.0.9

4 months ago

2.0.8

4 months ago

2.0.7

4 months ago

2.0.6

4 months ago

2.0.5

4 months ago

2.0.4

4 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago