1.0.34 • Published 3 months ago

@eluniverso/eu-components v1.0.34

Weekly downloads
32
License
MIT
Repository
github
Last release
3 months ago

EU Components

All Contributors

License: MIT

Netlify Status

Node.js Package

This project skeleton was created to help people get started with creating their own React component library using:

It also features:

Development

Testing

npm run test

Building

npm run build

Storybook

To run a live-reload Storybook server on your local machine:

npm run storybook

To export your Storybook as static files:

npm run storybook:export

How to test locally

1 - Generate tar.gz file

 npm pack #this will create a tar.gz file  Example [eluniverso-eu-components-0.0.1.tgz]
 

2 - link to the other project

  # You must use an absolute path.
  npm install /absolute/path/eluniverso-eu-components-0.0.1.tgz

Publish in NPM

1 - Update your local master branch

git pull origin master

2 - Set a new version

 npm version 1.0.32 #check current version in package.json and increment + 1
 git push origin master
 

3 - Create a new release on github

4 - On the new release page, write the version number just created with the v letter at the beginning, ie v1.0.32

5 - Publish the new release and wait for Github actions to trigger npm publishing

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

1.0.34

3 months ago

1.0.33

2 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.22

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago