vue3-sfc-loader
vue-demi
Our great sponsors
vue3-sfc-loader | vue-demi | |
---|---|---|
4 | 8 | |
430 | 1,638 | |
- | 7.8% | |
7.0 | 6.7 | |
4 months ago | 9 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vue3-sfc-loader
- A Vue3 Tutorial - 07 Vue Components without a Build System
-
Build a Movie Search App with Petite-Vue: A lightweight alternative to VueJS
Compare to https://github.com/FranckFreiburger/vue3-sfc-loader for the skipping of the build step?
-
How do you use .vue files in legacy systems (15+ year old code)
I'm not sure that Laravel Mix supports Vue 3 (it didn't the last time I looked), but Symfony Encore could be an option or just webpack in general (I'm pretty ignorant about webpack and build tools in general), but this seems to really be the only option (other than a vue loader like FranckFreiburgers -- https://github.com/FranckFreiburger/vue3-sfc-loader).
I WANT a single vue app with multiple components (children of the vue app) that each have their own HTML that is not written as a template literal, JSX, inline template (DEPRECATED), or as a x-template. I WANT these components to be reuseable (so work on multiple pages in different places) AND want to be able to use them as components -- e.g. . I'm working with a traditional PHP application (NOT an SPA). It seems the only way to achieve this is either (a third party library: https://github.com/FranckFreiburger/vue3-sfc-loader, and or creating a vue application via the vue-cli and thus having to use webpack).
vue-demi
-
I want to rewrite an app I'm working on in Vue3 but don't know how to convince the boss
You can use the composition API in Vue 2 -- check out vue-demi. I'm using it in a couple vue 2 projects, and it's quite solid.
- New default recommendations
-
vue-supabase v2.2.3 is out
Supports both Vue 2.x and Vue 3.x all thanks to vue-demi
-
I've created a pressure-sensitive signature drawing pad for Vue 2 and 3
I used vue-demi so both Vue 2 and 3 are supported.
-
Vue 2 and 3 lightweight emoji picker
It supports Vue 3 and Vue 2 (via composition-api plugin) powered by vue-demi.
-
Can you make a component library in Vue 3 / Vite / Typescript and consume it in a Vue 2 project?
It's generally possible if you stick to shared syntax and use something like vue-demi: https://github.com/vueuse/vue-demi
-
Upgrading to Vue 3: v-model
Or another idea is to use vue-demi to slowy rewrite components in Vue 3 and import them with demi in vue 2 (existing platform), repeat this until we have everything rewritten.
-
How to create a Universal Library for Vue 2 & 3
It's possible to achieve this by using a developing tool that the same @antfu created called Vue-demi.
What are some alternatives?
vue-template-babel-compiler - Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel
vue-loader - 📦 Webpack loader for Vue.js components
perfect-freehand - Draw perfect pressure-sensitive freehand lines.
todomvc-vue-composition-api - TodoMVC built with Vue 3 Composition Api and Vuex
pinia - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
vue-2-3 - ↔️ Interop Vue 2 components in Vue 3 apps and vice versa
signature_pad - HTML5 canvas based smooth signature drawing
electron-vue - An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
quasar-widgets - An awesome set of beautiful Widgets made with love using Quasar Framework and Vue.js! Give it a star if you find it useful.
vue-cli - 🛠️ webpack-based tooling for Vue.js Development
vue-supabase - A supa simple wrapper around Supabase.js to enable usage within Vue.