2.0.0 • Published 1 year ago

wc-npm v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

WC-NPM

Testing building base web components for UI's'

Tech

  • html
  • css
  • JS

Running the project

To run locally you can use the live server inside VS code. You can see the current components on the example homepage by navigating to - /Examples/index.html. You can use the live server inside VS code.

Contributing

Contributions are always welcome!

Update the package

To update the wc-npm package...

Push your changes up create pull request

Once merge with main bump the version

Decide what type of change is being pushed to the npm package.

Types

  • patch - Backward compatible bug fixes (eg. update base styles)
  • minor - Backward compatible new features (eg. new components)
  • Major - Changes that break backward compatibility (eg. large changes to a component, file structure...)
npm version [replace this with version type]

To push the changes to npm

npm publish

The Changelog

Keep track of all package changes in the CHANGELOG file evrytime versions are bumped

2.0.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago