IDEA中写Vue
使用IDEA写Vue,首先,在Setting——》Plugins中添加插件添加Vue.js,重启IDEA,在Setting——》editor在3中添加<template>#[[$END$]]#</template><script>export default {name: "${COMPONENT_NAME}"}</script><style
·
使用IDEA写Vue,首先,在Setting——》Plugins中添加插件添加Vue.js,
重启IDEA,在Setting——》editor
在3中添加
<template>
#[[$END$]]#
</template>
<script>
export default {
name: "${COMPONENT_NAME}"
}
</script>
<style scoped>
</style>
`
新建项目可见VueComponent
f附:Vue的SDN
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.21/dist/vue.min.js"></script>
更多推荐
已为社区贡献1条内容
所有评论(0)