Advertisement Β· 728 Γ— 90

Posts by River Β· ShenQingchuan πŸ¦‹

I've set up a new Discord Server 🌿 Vue Vine Land
Join us now ~
discord.gg/TyAKHJYTvg

5 months ago 1 0 0 0
Post image

Here we are ~ β€οΈπŸŽ‰
🌱 Vue Vine has further enhanced support for the Rsbuild plugin, hoping that users of Rsstack will enjoy using it ~
@rspack.dev

5 months ago 4 2 0 0
Video

Vue Vine will add support for Rspack in a version coming very soon!
Thanks to the powerful productivity that AI has brought me, enabling me to achieve all this!

Thanks for @rspack.dev making such a great tool ~

6 months ago 1 1 0 0
Preview
Separated mode's setup returns should contain top level declarations (whatever with or without export) Β· Issue #306 Β· vue-vine/vue-vine We found a BUG that in separated mode, transform result in separated mode doesn't contain top level declarations under export statement. export const foo = 111 export function Bar() { return 'bar' ...

While building my new Blog site by using Vue Vine, I discovered a long-standing bug ... This bug existed due to an insufficiently robust simple if condition and persisted for an extremely long time, but fortunately, I managed to uncover it. πŸ˜„πŸŽ‰

github.com/vue-vine/vue...

7 months ago 0 0 0 0
Post image Post image Post image

Vue Vine has enabled TypeScript Go
Already no error under TS 7.
(Except for the Nuxt module as it has too complicated tsconfig)

The improvement is even more noticeable in GitHub Actions:
- Last version: 53s
- After introducing tsgo: only 17s

10 months ago 4 0 0 0
Preview
feat: add Vue Vine grammar by ShenQingchuan Β· Pull Request #143 Β· shikijs/textmate-grammars-themes This pull request adds support to Vue Vine. Description Here are some relevant resources: Documentation: https://vue-vine.dev Github organization: https://github.com/vue-vine Github repository: ht...

Thanks for @antfu.me merging this PR

In the foreseeable near future, I'll be able to directly use ```vue-vine code blocks in Vitepress to write examples without any additional configuration!

Awesome !! πŸŽ‰

github.com/shikijs/text...

10 months ago 6 0 0 0
Preview
chore: migrate to tsdown by KazariEX Β· Pull Request #245 Β· vue-vine/vue-vine DROP CJS BUILD

Thanks to @bikari.top
Vue Vine is moving to tsdown by @sxzz.dev ...
@rolldown.rs Rolldown the world !! πŸ–It's happening !

github.com/vue-vine/vue...

11 months ago 11 1 0 0
Advertisement
Post image Post image

Vue Vine components are now supported to be used in JSX !!

Try it in v0.4.4 ~ πŸ₯³

11 months ago 3 0 0 0
Post image Post image

Vue Vine VSCode Extension now gets over 4000+ downloads in official market and open-vsx.

I'm really curious how many of you guys are using Vue Vine in production ? πŸ’— Please leave your comments and let me know ~

11 months ago 1 0 0 0

Vue Vine has reached v0.4.1 ~ πŸŽ‰
We shipped a lot of new features and continously improve stability.

- Component exposed data type
- useTemplateRef reference link
- New macro: vineValidators

Hope you will enjoy it ~

11 months ago 6 0 0 0

Hey guys in StackBlitz !!
I'd like to request a feature for Vue Vine 😒 which I think is a pretty common case for a OSS project playground.

"User gives a .stackblitz folder or settings file, declaring automatically install some extension." (or just auto install recommendeds)

Is this possible ?

1 year ago 1 0 0 0

After several iterations, Vue Vine has established the same "pipeline" and a customized Proxy as Vue language tools, for leveraging more power from TS language service.

I couldn't imagine that I could do this before ...
Thanks for the guide from
@johnsoncodehk.bsky.social @bikari.top

1 year ago 5 0 0 0
Post image

Thanks to my friends in OSS community, they've helped me a lot on improving Vue Vine in last a few days by actually using it in a real-world project. πŸ’–

1 year ago 4 0 0 0

What's the advantage of using shallowRef as alternative instead of ref? Is this just for better performance and not apply reactive observation deeply by default?

1 year ago 2 0 1 0
Advertisement

Come and check this for more details about Vue Vine!~

1 year ago 2 0 0 0

We are very excited about the implementation and release of Vue Vapor!

In Vue Vine, we plan to use this kind of syntax `<script setup vapor>` to enable Vapor mode.

1 year ago 9 0 0 0
Post image Post image

Vue Vine has Vapor power now !!!
( Still in experimental before Vue 3.6 final release )

1 year ago 8 0 0 1
Preview
feat(compiler): support props destructure as Vue 3.5 by ShenQingchuan Β· Pull Request #200 Β· vue-vine/vue-vine Close #199 This feature now has unit tests This feature now has IDE support in VSCode extension This feature new works fine in runtime

Vue Vine has released v0.3.0
We support props destructure as Vue 3.5 does now!

See more details at links below:
github.com/vue-vine/vue...
github.com/orgs/vue-vin...

1 year ago 6 0 0 0
Preview
GitHub - stackblitz-labs/pkg.pr.new: πŸ“¦οΈ Continuous (Preview) Releases for your libraries! πŸ“¦οΈ Continuous (Preview) Releases for your libraries! - GitHub - stackblitz-labs/pkg.pr.new: πŸ“¦οΈ Continuous (Preview) Releases for your libraries!

Vue Vine has integrated pkg.pr.new to publish packages for every commit.

This is very useful for our user to provide a minimal reproduction in StackBlitz.

Thanks for our great community providing such a wonderful application.

1 year ago 21 3 2 1
Mengyu Tang CV.pdf

Hello everyone, I'm currently open for job opportunities.

I'm looking for a full-time job but I could only accept remote work for now.

My E-mail: luvanhky@gmail.com
My resume below:
drive.google.com/file/d/1uXP8...

1 year ago 13 7 0 0

Actually I had a more ambitious goal about this ...

I'd like to recommend every plugin to introduce their own installer (maybe a function or something?) with a standard form.

And I want to be that guy to prompt this form 😜

1 year ago 2 0 0 0
Advertisement
Preview
vitepm Vite plugin manager. Latest version: 0.0.4, last published: 7 minutes ago. Start using vitepm in your project by running `npm i vitepm`. There are no other projects in the npm registry using vitepm.

When I want to install a Vite plugin, I found there're always several routines that I must do, but that's boring, even more annoying when I hit some typo ...

So I created project for quickly install a Vite plugin for you.

npm i -g vitepm
vpm i ...

Check it out: www.npmjs.com/package/vite...

1 year ago 22 5 2 1
Preview
enhance(vsc-ext): decrease extension bundle size by ShenQingchuan Β· Pull Request #180 Β· vue-vine/vue-vine Before &gt; vue-vine-extension@0.2.3 build /home/shenqingchuan/vue-vine/packages/vscode-ext &gt; NODE_ENV=production tsup CLI Building entry: {&quot;client&quot;:&quot;./src/index.ts&quot;,&quot;s...

Through several rounds conversation with Claude in Cursor, I successfully decrease Vue Vine exrension's bundle size from 12MB to 2MB.

AI enhanced programming is amazing 🀯

Details in this PR: github.com/vue-vine/vue...

1 year ago 3 0 0 0
Post image

More exciting news coming from the #VueJsNation25 Program! πŸŽ‰

@river.vue-vine.dev is joining us to unveil Vue Vine Design and Implementation. 🎨

This is his first Vue.js Nation talk and we cannot wait to hear more about Vue Vine!

Join us 🎫
vuejsnation.com

1 year ago 5 2 0 0

But it's indeed a real pain, isn't it?

1 year ago 0 0 0 0
Post image Post image

Happy new year! β€οΈπŸŽ‰

Vue Vine has announced v0.2.x in 2025, we have experimentally resolved the issue that users're not able to reference external type directly in props formal parameter type annotation.

You can check more details in this PR: github.com/vue-vine/vue...

1 year ago 4 0 0 0
Post image

Annual review πŸ˜…

1 year ago 5 0 0 0

Huge thanks to @naily.cc for this contribution!
Glad to cooperate with the community and it's a great pleasure!

1 year ago 4 0 0 0
Post image

Vue Vine has fixed the compatibility issue with unplugin-auto-import, but also provide unknown component name checking in template.

If you want to know more details about this, check this PR: github.com/vue-vine/vue...

1 year ago 3 0 0 0