lusaxweb / vuesax-next

Vuesax v4: framework components for Vuejs
https://vuesax.com/
GNU General Public License v3.0
1.81k stars 201 forks source link

Bringing Vue 3 support to Vuesax next #292

Open tranthinh-coding opened 1 year ago

tranthinh-coding commented 1 year ago

I just created a package Vuesax-alpha.

This is an experimental version for Vuesax-next to support Vuejs 3 + Typescript.

Although the documentation is still incomplete, it will be updated soon in April. You can still test with the APIs of the Vuesax-next version. (A few apis have been changed but there will be scenes migration instructions in devtool)

ccwebgroup commented 1 year ago

This should be supported by the community

Abiodun-Sabitu commented 1 year ago

Please is vuesax4 currently compactible with vue3?

tranthinh-coding commented 1 year ago

Please is vuesax4 currently compactible with vue3?

yes, this is vuesax-next version, works with Vue 3 and Typescript. But still not complete.

Abiodun-Sabitu commented 1 year ago

Please is vuesax4 currently compactible with vue3?

yes, this is vuesax-next version, works with Vue 3 and Typescript. But still not complete.

Can I use it this way without Typescript? just regular Js

tranthinh-coding commented 1 year ago

Please is vuesax4 currently compactible with vue3?

yes, this is vuesax-next version, works with Vue 3 and Typescript. But still not complete.

Can I use it this way without Typescript? just regular Js

You can do it, check out the documentation.