2.2.2 • Published 1 year ago

@criya/app-theme-v2 v2.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

2.1.2

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.2.2

1 year ago

2.1.22

1 year ago

2.1.0

1 year ago

2.0.22

1 year ago

2.0.20

1 year ago

2.0.21

1 year ago

2.0.19

1 year ago

2.0.18

1 year ago

2.0.17

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago