1.0.0 • Published 3 years ago

jeeplus-gencode-v1 v1.0.0

Weekly downloads
-
License
GPL
Repository
-
Last release
3 years ago

jeeplus gencode

jeeplus 代码生成器

安装

$ npm install jeeplus-gencode -S

使用

main.js 文件中引入插件并注册

# main.js
import JeeplusGencode from 'jeeplus-gencode'
Vue.use(JeeplusGencode)

在项目中用使用 JeeplusGencode

<template>
  <jeeplus-gencode/>
</template>
<script>
  export default {
   
  }
</script>

注意:标签为 <jeeplus-gencode>