0.0.7 • Published 30 days ago

cool-side-bar v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
30 days ago

cool-side-bar

This repository accompanies the blog entry Publishing a React component to npm using Vite.

This is a scaffold application for building a React library/component using Vite, that can be published to npm.

Feel free to clone this repository. Simply replace all instances of cool-side-bar in /package.json and in /vite.config.js with the name of your npm package.

Replace version, description and author in /package.json.

To run in development

npm run dev

To run tests

npm test

or

npm run watch

To build and publish

npm run build

followed by

npm publish

License

MIT © tomsouthall

0.0.7

30 days ago

0.0.6

30 days ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago