Support for Vue2?
See original GitHub issueDoes storybook-builder-vite
support component libraries built with Vue 2 as opposed to Vue 3?
In Vite itself, a separate Vue2 plugin needs to be used: https://github.com/underfin/vite-plugin-vue2. It looks like the code here is relying on @vite/plugin-vue
(which only supports Vue3). Is there a way to override this for Vue2 libraries?
Issue Analytics
- State:
- Created 2 years ago
- Comments:19
Top Results From Across the Web
Vue 2.7 is Now in Beta
We are planning to provide extended support for Vue 2 for teams with such needs - if your team expects to be using...
Read more >Vue - endoflife.date
Check End of Life, Support Schedule, and release timelines for AlmaLinux OS, Alpine Linux, Amazon Linux, Android OS, Angular, Ansible-core, Ansible, antiX, ...
Read more >How long will Vue 2 be supported? : r/vuejs - Reddit
According to the roadmap, v2 will receive 1 more minor release (v2.7) which will then have 18 months of LTS. Security patches will...
Read more >@gtm-support/vue2-gtm - npm
Simple implementation of Google Tag Manager for Vue. Latest version: 2.0.0, last published: 3 months ago. Start using @gtm-support/vue2-gtm ...
Read more >Add TypeScript Support to Vue 2 Project | Ji ZHANG's Blog
Add TypeScript Support to Vue 2 Project ... Now that TypeScript has become the de facto standard in frontend development, new projects and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, this is my fork for vue2: https://github.com/Djaler/storybook-builder-vite-vue2
I have just added a PR #66 for this to make it work.