vuez init webStorm vscode

<!--
* @description text
!-->
<template>
  <div>#[[$END$]]#</div>
</template>

<script>
export default {
  name: '${COMPONENT_NAME}',
  components: {},
  props: {},
  data () {
    return {
    }
  },
  watch: {},
  computed: {},
  methods: {},
  created () {},
  mounted () {}
}
</script>
<style lang="less" scoped>
</style>
原文地址:https://www.cnblogs.com/pengchenggang/p/10748776.html