257 private links
Another component library for vue :)
The components look clean. Demo: https://www.naiveui.com/
So since we can't share the components across different branches in the component tree, we could actually hoist them to the root so they become independent from the routes.
Startport allows to have transitions between vue pages.
js/ts utils
It allows to bump patch versions by default, or minor or major. It can update dependencies recursively with -r
.
As long as I read the README, it is useful to get an overview of the possible updates.
Ready to use design tokens
Collect all vue websites and make cards with them.
The goal is to gather the preferred way of doing something in vue. For example, routing with vue-router, state management with pinia, SSR with Nuxt, etc...
A
- Name
- Logo
- A description (the one in header)
It has a searchbar too.
More tools can be added from:
- Vuejs organization repostories: https://github.com/orgs/vuejs/repositories
- https://next.awesome-vue.js.org/resources/official-resources.html
It can be built with Vitepress to keep it in the Vue ecosystem.
Project name:
- classic: Vue Family
- keep the french tradition: panorama (a similar word for overview)
It is very useful indeed!
A cli tool that handle the package manager used behind the hood. So the command will be behind ni
translated into the corresponding one between yarn
, npm
, deno
, pnpm
, etc...
A lot of so useful projects for web development!
Check them here: https://unjs.io/
A organization about useful vite projects. It does not seems very maintained though.
A ready to go starter project with ... everything. A lite version exist for a smaller scope.
Better than writing you own utility classes because this tool will generate only the one needed :)
Another great tools initiated by Antfu
UnoCSS is an atomic-CSS engine instead of a framework. Everything is designed with flexibility and performance in mind. There are no core utilities in UnoCSS, all functionalities are provided via presets.
Clicking any .html files will be compiled by vite (vited?). So, rather than manually type in the paths to all your inputs, this will list all your files so you can click them with ease. Like the good 'ol Index Of / days.
A simple plugin :)
I will check vue plugin system sometime, because it seems powerful in order to improve DX.
Benchmarking javascript snippets :)