wc-npm
v2.0.0
Published
test npm package for web components
Downloads
11
Readme
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