vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

Vue2可以用吗? #75

Closed kakage553656552 closed 1 year ago

sxzz commented 1 year ago

No. 不能。

Sight-wcg commented 1 year ago

https://github.com/Thy3634/vue2-repl

kakage553656552 commented 1 year ago

https://github.com/Thy3634/vue2-repl

这个可以吗?我咋看里面还是setup语法呢?

Sight-wcg commented 1 year ago

https://github.com/Thy3634/vue2-repl

这个可以吗?我咋看里面还是setup语法呢?

我可能误解你的意思了, 这个也不能

xxholly32 commented 1 year ago

主要还是因为 https://github.com/vuejs/vue/issues/12686 这个,不过可以实现一个服务端解析,客户端去渲染的方式

xxholly32 commented 1 year ago

https://github.com/xxholly32/vue2-sfc-playground 服务端实现渲染 vue2+ setup,demos:

vue2 + components

vue2 + echarts

vue2 + tailwindcss1

vue2 + less

doubledKill commented 1 year ago

请问一下, vue2.6.14 + @vue/composition-api 有办法使用吗

yyx990803 commented 1 year ago

This project only supports Vue 3.

zh-lx commented 12 months ago

实现了一个支持 vue2/3和 react的通用 playground,欢迎大家体验:https://play.fe-dev.cn/?appType=vue2