7.0.0 • Published 7 months ago

testing-pcaas-ui v7.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

testing-pcaas-ui

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 react-library-vite 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

7.0.0

7 months ago

6.0.0

7 months ago

5.0.0

7 months ago

4.0.0

7 months ago

3.0.0

7 months ago

2.0.0

7 months ago

1.0.0

7 months ago

0.0.0

7 months ago