2.0.1 • Published 1 year ago

jeeplus-gencode-v2 v2.0.1

Weekly downloads
-
License
GPL
Repository
-
Last release
1 year 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>

2.0.1

1 year ago

2.0.0

1 year ago