Vite Support
See original GitHub issueAs Vue3 supports comes closer ueberdosis/tiptap-next#85 , don’t forget about Vite support. Cannot live without it any more 😉
Maybe a nice starter template would attract more users as well? Something like npm init @tiptap/create
similar to https://vitejs.dev/guide/#browser-support
I tried to set up something myself, but it is not trivial yet.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Getting Started - Vite
Overview # · Browser Support # · Trying Vite Online # · Scaffolding Your First Vite Project # · Community Templates # ·...
Read more >Vite | Next Generation Frontend Tooling
Out-of-the-box support for TypeScript, JSX, CSS and more.. Optimized Build. Pre-configured Rollup build with multi-page and library mode support.
Read more >Features | Vite
Vite is pre-configured to support CSS @import inlining via postcss-import . Vite ...
Read more >Building for Production - Vite
When it is time to deploy your app for production, simply run the vite build ...
Read more >Server-Side Rendering - Vite
SSR specifically refers to front-end frameworks (for example React, Preact, Vue, ...
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
I provided a fix for https://github.com/yjs/y-prosemirror/issues/40 and can confirm it works smoothly on vite and your new vue3 support. Amazing work! Thanks.
@hanspagel I follow your argumentation and indeed, the create script is a not so important additional layer somebody needs to put work in. In general, it is all very self-explanatory.
Yes! Vite is amazing. ⚡️
I’m not sure about the
npm init @tiptap/create
thing. I don’t know what tech stack we’d use for that. Vue 2, 3, React? Vanilla? And I don’t think it’s worth to maintain all of them. 😏Vite is pretty easy to set up though, and the default tiptap example, too. But we need to get Vue 3 support ready and iron out other glitches, like the one with y-prosemirror for Vite support, and we definitely want that too. 😅