Skip to content

Commit f82a88c

Browse files
author
Alberto Soto Fernandez
committed
update readme
1 parent 778c290 commit f82a88c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

dev-notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Plugin development with Rollup
2+
https://javascript.plainenglish.io/tutorial-create-your-own-component-library-with-react-and-rollup-b8978d885297
3+
4+
## Plugin development with Vite
5+
https://tomsouthall.com/blog/publishing-react-component-using-vite
6+
https://medium.com/@ftaioli/using-node-js-builtin-modules-with-vite-6194737c2cd2
7+
8+
9+
## Plugin development
10+
https://thicolares.com/2019/02/24/creating-a-react-package-and-publishing-it-on-npm-explained.html
11+
https://itnext.io/how-to-package-your-react-component-for-distribution-via-npm-d32d4bf71b4f
12+
https://medium.com/@mohandere/npm-packaging-for-local-development-1d79c38b1897
13+
14+
## mediapipe blazepose
15+
https://blog.tensorflow.org/2021/05/high-fidelity-pose-tracking-with-mediapipe-blazepose-and-tfjs.html
16+
17+
## React router
18+
https://reactrouter.com/en/main/start/tutorial
19+
20+
## Mediapipe
21+
https://developers.google.com/mediapipe/solutions/examples
22+
https://codepen.io/mediapipe-preview/pen/abRLMxN
23+
24+
## how to publish
25+
26+
Try using this straigh forward guide https://onlyoneaman.medium.com/creating-an-npm-package-from-react-component-ee5b0ba0cd49
27+
28+
```bash
29+
npm login
30+
npm version <updated_version>
31+
npm publish
32+
```

0 commit comments

Comments
 (0)