Vue.js
- The future of #JavaScript toolchain looks very exciting!
The future of #JavaScript toolchain looks very exciting!
The creator of @vuejs & @vite\_js just announced voidzero.dev - unified tooling for JavaScript!
VoidZero promises a step forward in web development.
@youyuxi shared a blog announcement about what this means for the ecosystem.
Check it out here👇 https://voidzero.dev/posts/announcing-voidzero-inc
- I was just thinking it would be cool if at conferences the team gave out little bottles of condiments to attendees - Vue Sauce
I was just thinking it would be cool if at conferences the @vuejs team gave out little bottles of condiments to attendees - Vue Sauce
Who doesn't like sauce?
- Typed Objects in v-for - Vue3 with TypeScriptdev.to Typed Objects in v-for - Vue3 with TypeScript
I just ran into the following situation in Vue3 and prayed at the altar of the TypeScript gods for an...
- Vue 2 is Approaching End Of Lifeblog.vuejs.org Vue 2 is Approaching End Of Life | The Vue Point
The offical blog for the Vue.js project
- Help needed: Make Vue UI reactivegithub.com Reactive UI for mobile · Issue #145 · kellnr/kellnr
Currently, the Kellnr UI only supports desktop browser and doesn't scale down to mobile devices. Create a reactive UI that looks good on desktop and mobile.
Hi Vue professionals! I'm the maintainer of Kellnr, the registry for Rust crates. I've created a UI in Vue, but my frontend skill are minimal. I would like to make the UI reactive to look good on mobile screens, too.
Is here some brave soul that can help me? I have no idea where to start.
- Vueform is Now Open-Sourcevueform.com Vueform is Now Open-Source 🔥 | Vueform | Open-Source Form Framework for Vue
As of today, Vueform is open-source and available on GitHub under MIT license, including all its elements and features. This doesn't mean we're stepping back. On the contrary, we're aiming for a wider reach and inviting everyone to get involved.
- How do you pass props through the router-link without polluting the url?
I haven't found a good way to do this. Basically the props that you can pass as params, end up getting displayed in the url as resource or queries.
The above code makes the url look like "url/id/1"
What if i want to pass multiple props like "id" and " name" through router-link but don't want the url to have the "name" field?
Hopefully, someone can answer this. Thank you.
- Vanilla Components - Came across this lib, anyone used it?vanilla-components.com Vanilla Components
A lightweight, flexible & customizable UI library for Vue 3, styled with Tailwind CSS
- I've written a concept of a lemmy web app in vue
I'm really excited to share it. Before diving into development and investing more time into this project, I would love to hear your thoughts and get some initial feedback on the app's look.
If this concept receives enough positive interest, I plan to invest further by acquiring a domain and making it available for public use. It will be open source as well.
Thanks in advance!
- What do you use to create mobile applications from your Vue.js projects?
The question is not really "what can you use?", but what have you actually used and what's your experience with that method or tool (Cordova, Ionic, etc)?
- why Vue over React?
We have a Vue frontend and I'm getting some feedback when we upgrade to Vue3 we should move to React just for the ecosystem and dev availability. I thought Vue was a better/faster/easier response to react. What are your thoughts?