Replies: 31 comments 64 replies
-
I see a big potential in Petite Vue. It could be a modern and very lightweight replacement for jQuery with syntax almost the same as Vue.js, encouraging progressive enhancement, ensuring good SEO, without a hassle with SSR or prerendering. Only in the week of 20-26.07 there were almost 10k downloads from npm, so it has some gain. @yyx990803 could you please continue to support it? |
Beta Was this translation helpful? Give feedback.
-
I have the same question. I used alpinejs before but finally switched to petitle-vue and loves it so much, but I'm a little bit worry about its future since I don't see any new changes since the last month. |
Beta Was this translation helpful? Give feedback.
-
A question I can answer! He released this "early", it was a proof of concept for Evan. It's completely his intention to support it - just not yet. He is focusing on some features for Vue first. |
Beta Was this translation helpful? Give feedback.
-
I can't really understand the need for Alpine or Vue Petite if standard Vue already has all the features already built in. Size cannot be a factor as these are all below 100Kb. With little effort (120 loc) I built my own version of Vue Petite. Used it for quite some while now. I've packaged the full Vue 2 experience into a small utility that can be useful for non-bundler projects, or for progressive enhancement in Evan's terms. Most simple example: <!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/[email protected]/dist/vue-hydrate-bundle.js"></script>
</head>
<body>
<div v-data="{message: 'It works.'}">
<span>{{ message }} </span>
</div>
</body>
</html> |
Beta Was this translation helpful? Give feedback.
-
The question is indeed valid. Is this project abandoned? |
Beta Was this translation helpful? Give feedback.
-
i don't think it's abandoned, the amazing part of this project is, it's so small, it just works, does not require too much learning and improvements. |
Beta Was this translation helpful? Give feedback.
-
I compared petite-vue and alpinejs and decided to play with petite-vue because of size and syntax... |
Beta Was this translation helpful? Give feedback.
-
The doc in vuejs.org mentions petite-vue as part of vue ecosystem, I do not see why petite-vue is not being maintained, it might not have frequent updates, but it does not have any major issues anyway: Vue also provides an alternative distribution called petite-vue that is specifically optimized for progressively enhancing existing HTML. It has a smaller feature set, but is extremely lightweight and uses an implementation that is more efficient in no-build-step scenarios. |
Beta Was this translation helpful? Give feedback.
-
The docs state this is still a part of the ecosystem so hopefully it's going to be maintained 🙏 |
Beta Was this translation helpful? Give feedback.
-
A couple of thoughts: some of the relevant code powering petite-vue is in @vue/reactivity so we know for sure that will continue to get attention. Also, I've skimmed through a lot of the code of petite-vue proper, and it's remarkably concise and straightforward (kudos to @yyx990803 et al.!). So even on the slim chance that year(s) from now nobody's updating this repo, I'm not too concerned about a community-maintained fork picking up the slack. I'm currently working on a library to embed petite-vue into custom elements for a nice marriage of web components with reactive HTML, so if need be I'm fine with building petite-vue and shipping it directly with the library. But obviously I'd prefer to see petite-vue continue to receive official updates and version bumps, even if just for a bug fix here and there. |
Beta Was this translation helpful? Give feedback.
-
pvue works without any update almost a year! |
Beta Was this translation helpful? Give feedback.
-
to @yyx990803, just merge a commit will do, this version number seems good, always forgot what version I'm in: feat: add version display #128 let's start 2023 with a up to date Pettie-vue:) |
Beta Was this translation helpful? Give feedback.
-
Interesting numbers: Petite-vue: AlpineJS: Petie-vue has almost no update in the year, but still works. However latest commit 11months vs 4 days really not encouraging for any new projects coming. |
Beta Was this translation helpful? Give feedback.
-
There recently was a Q&A on the VueLand Discord, where Evan answered a question regarding Figured it was relevant to this discussion.
|
Beta Was this translation helpful? Give feedback.
-
I have the same concern if petite-vue has been abandoned. I planned to build a headless ui library on petite-vue, just like I've done for alpinejs, Vimesh Headless. Current petite-vue need more improvements for serious web application. Anyway, do not just stop it. |
Beta Was this translation helpful? Give feedback.
-
Is Today I'm facing a problem in enterprise web apps that should be nice to have a light framework like this one, but it looks kind of dead, with the latest update more than one year and a half ago. I'm already a "full Vue.js" lover, but comparing For exemple, AlpineJS and Solid are up and running with active development and receiving recent updates. |
Beta Was this translation helpful? Give feedback.
-
I think petite-vue really relevant for the same use case you'd use JQuery or Alpine. The fact there is no "updates" seem to me because at this time it's feature complete and you can use it as is |
Beta Was this translation helpful? Give feedback.
-
I've been a fan of this little library. Saw it mentioned a few years ago, and its nice how out of the box and familiar it feels. Would be a shame to see it die. |
Beta Was this translation helpful? Give feedback.
-
I just figured out that maybe petite-vue is not necessary anymore. |
Beta Was this translation helpful? Give feedback.
-
last update was 2022-01-18, 0.41, looks like not any update in 2023? |
Beta Was this translation helpful? Give feedback.
-
To have bug fixes implemented? Moreover, the api is missing some key
features.
…On Sun, Jan 7, 2024, 04:56 Dmitry Iv. ***@***.***> wrote:
why do you expect a project to constantly have commits? Good things don't
need changes
—
Reply to this email directly, view it on GitHub
<#53 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHOK3U7NPXMJ2EKEETOATUTYNIMHHAVCNFSM5BSK3FH2U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TQMBTGQ3DKNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So when author comeback to this project? |
Beta Was this translation helpful? Give feedback.
-
I'm doubtful about author coming back |
Beta Was this translation helpful? Give feedback.
-
In the meantime I'd invite to check out sprae. |
Beta Was this translation helpful? Give feedback.
-
finally petite-vue reached 9k stars despite almost three years no update! |
Beta Was this translation helpful? Give feedback.
-
Wish they atleast opened up the issues.On 29 Jul 2024, at 4:49 AM, sqllyw ***@***.***> wrote:
finally petite-vue reached 9k stars despite almost three years no update!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes! I am wondering, whether a fork would be possible. I can’t believe this is only being by a hand full of people.On 30 Jul 2024, at 4:33 AM, sqllyw ***@***.***> wrote:
agreed, actually no need to do anything, just merge those pull requests .
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
there are some bugs that would need addressing i wish the makers came back? i mean, felt so liberated when i swithced to petite vue from full vue and react. the speed, no bundling, rapid prototyping and fully sufficient for simpler frontend |
Beta Was this translation helpful? Give feedback.
-
Do you know what? |
Beta Was this translation helpful? Give feedback.
-
It's really unfortunate that there is no update from the author @yyx990803 on the status of this project. If it has been decided not to continue with it, at least let us know. |
Beta Was this translation helpful? Give feedback.
-
Hi,
did not see any update in a month, what's the direction of this framework?
Beta Was this translation helpful? Give feedback.
All reactions