码迷,mamicode.com
首页 > 其他好文 > 详细

vscode之快速生成vue模板

时间:2018-11-09 20:56:41      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:pre   vscode   col   nbsp   efi   .json   vue   搜索   component   

文件-首选项-用户代码片段-搜索“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即可

vscode之快速生成vue模板

标签:pre   vscode   col   nbsp   efi   .json   vue   搜索   component   

原文地址:https://www.cnblogs.com/CinderellaStory/p/9936829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!