vue-vine
v0.3.7
Published
Another style to write Vue.js
Downloads
881
Readme
Vue Vine
Another style to write Vue.js.
Learn more in vue-vine.dev.
Install
# If you didn't install `@antfu/ni` yet, I highly recommend you to install it.
ni -D vue-vine
Use the plugin in vite.config.ts
:
import { VineVitePlugin } from 'vue-vine/vite'
export default defineConfig({
plugins: [
// ...Other plugins
VineVitePlugin()
],
})