vue-vine
v1.7.26
Published
Another style to write Vue.js
Readme
Vue Vine
另一种编写 Vue.js 的方式。
在 vue-vine.dev 了解更多。
安装
# 如果你还没有安装 `@antfu/ni`,强烈推荐你安装它。
ni vue-vine在 vite.config.ts 中使用插件:
import { VineVitePlugin } from 'vue-vine/vite'
export default defineConfig({
plugins: [
// ...其他插件
VineVitePlugin()
],
})