@acato/plugin-template 中文文档教程
Vue plugin template
这是一个基本的 Vue 插件模板,文档 用法:Vue.use(MyPlugin. { store })
需求
- vue-cli $npm install -g @vue/cli
设置 克隆此存储库,更改 package.json 中的插件名称并安装依赖项 $ yarn install
本地开发 $ yarn serve
构建 $纱线构建
Vue plugin template
This is a basic Vue plugin template, documentation Usage: Vue.use(MyPlugin. { store })
Requirements
- vue-cli $npm install -g @vue/cli
Setup Clone this repository, change the plugin name in package.json and install dependencies $ yarn install
Local development $ yarn serve
Build $ yarn build