vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

Vuestic unplugin instead of vue-cli-plugin

Open m0ksem opened this issue 2 years ago • 1 comments

Looks like create-vue is recommended way to create vue project, so likely no one use vue-cli anymore.

We might create unplugin for vite, webpack etc, which handle installation of vuestic. (example of installation process: https://github.com/m0ksem/unplugin-object-3d#install)

In plugin we also might handle automatic tree-shaking (scan for used components across app and install them with createVuesticEssential) - similar to what nuxt has built-in.

Might be more important than create-vuestic

We need to make it easy to install vuestic, so user shouldn't even think about looking at manual installation docs.

m0ksem avatar Nov 03 '22 01:11 m0ksem

Looks promising. 👍

We definitely want to use unplugin, we're not sure about other things (they need research).

asvae avatar Nov 03 '22 09:11 asvae

Since we have nuxt integration and create-vuestic I think we don't need this issue.

m0ksem avatar Mar 13 '23 21:03 m0ksem