unplugin-vue2-script-setup
π‘ Bring `<script setup>` to Vue 2. (by unplugin)
unplugin-auto-import
Auto import APIs on-demand for Vite, Webpack and Rollup (by unplugin)
unplugin-vue2-script-setup | unplugin-auto-import | |
---|---|---|
4 | 22 | |
606 | 3,632 | |
- | 0.9% | |
5.8 | 7.8 | |
about 2 years ago | 5 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
unplugin-vue2-script-setup
Posts with mentions or reviews of unplugin-vue2-script-setup.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-04.
-
Nuxt or Vue only for building enterprise SPA app?
Just add composition api + https://github.com/antfu/unplugin-vue2-script-setup (if you want script setup support)
-
Auto import APIs on-demand for Vite, Webpack and Rollup
Another awesome project by Anthony Fu. I'm using it with Nuxt and https://github.com/antfu/vue2-script-setup-transform currently.
-
Bring `<script setup>` to Vue 2
Can be used with nuxt now https://github.com/antfu/vue2-script-setup-transform/blob/main/examples/nuxt/nuxt.config.js
unplugin-auto-import
Posts with mentions or reviews of unplugin-auto-import.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-05.
-
Welcome to the dark side. Ree.js awaits you!
Unplugin auto import
- Vue 3 vs Vue 2 so far? What's your opinion? Things I didn't like about Vue 3 compared to Vue 2
-
using types without import them
You looked through https://github.com/antfu/unplugin-auto-import/issues/61, https://github.com/unjs/unimport/pull/218 and https://github.com/antfu/unplugin-auto-import/issues/61?
-
Saw this on twitter last night ππ
unplugin-auto-import, let's you set what any library to be automatically imported. It has reasonable defaults for popular libraries.
- Better DX in JS apps with unplugin-auto-import
- Vue 3 over Nuxt 3
-
Import commonly-used module once, not in each component?
If you donβt want to write the import everywhere, use a unplug auto importing plug-in: https://github.com/antfu/unplugin-auto-import
-
Pinia as global $store
I forgot to specify, for the AutoImport I'm using unplugin-auto-import/vite
-
[NUXT3] Is there a more elegant way to get current route?
Others have already mentioned answers but I just want to say if you are bothered by importing reactive and computed take a look at https://github.com/antfu/unplugin-auto-import.
-
[AskJS] why no other javascript framework has implemented this feature (yet) ?
You can check out https://github.com/antfu/unplugin-auto-import
What are some alternatives?
When comparing unplugin-vue2-script-setup and unplugin-auto-import you can also consider the following projects:
vue-promised - π Composable Promises & Promises as components
pinia - π Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
vue-hooks-form - Building forms with vue composition API.
unplugin-vue-components - π² On-demand components auto importing for Vue
vue-use-route-query - A tiny Vue composable function to create a ref synced with vue router query
vite-plugin-pages - File system based route generator for β‘οΈVite