Cocoweb
_

How to document your JS package

#tips #Veille #repo git #vuejs

Salut, web dev friends! πŸ§‘β€πŸ’»

I have selected some news from the web dev world to share.

πŸ“š How to document your JS package ?πŸ’½ JSR registry, a superset of npm.🧑 Amber, a programming language compiled to bash.πŸ“— How to structure your Vuejs project


Have a great week.


Great article which explain how you can leverage, JSDoc, Typescript and JSR to document, test and publish your javascript package.

JSR is a registry designed to publish Typescript package as a source, it handles generating API docs,Β .d.tsΒ files, and transpiling your code for cross-runtime compatibility. It will distribute your package as web-standard ECMAScript modules.

🧑 Amber

The new way to write bash script. It’s like Typescript but for bash.

Keep the hierarchy as flat as possible, and if you have a project which start to really grow, you can create an micro-service architecture with each modules which represents parts of your application.


Web tools and Library

πŸ”§ Web Platform Status

The Web Platform Dashboard from the Google team, a way to check when some features will be available.

πŸ™ Moonbow 🌚+🌈

Vue img component for addingΒ GLSLΒ to imagesΒ πŸ”₯πŸ”₯πŸ”₯

πŸ“— Vue Fluid DnD

Vue Fluid DnDΒ is a fluid and smooth drag and drop solution for lists on Vue3 full animated.


πŸ“š Sources

Every news are mainly from my Twitter feed , Github feed , The collective , Picallili , Michael Thiessen , Michael Hoffmann , Stefan Judis , Cassidy Williams , Adrien Zaganelli .