vscode之快速生成vue模板

文件-首选项-用户代码片段-搜索“vue”点击进入vue.json

 

 

复制这个片段

 1 {
 2     "Vue component": {
 3         "prefix": "vue",
 4         "body": [
 5             "<template>",
 6             "\t$1",
 7             "</template>",
 8             "<script>",
 9             "export default {",
10             "\t",
11             "}",
12             "</script>",
13             "<style scoped>",
14             "</style>",
15             ""
16         ]
17     }
18 }

重启vscode

输入vue即可

 

 

若有不明白请加群号:复制 695182980 ,也可扫码,希望能帮助到大家。

                                      

posted @ 2018-11-09 19:39  此夏_唯美  阅读(1435)  评论(0编辑  收藏  举报