vscode中如何快速搭建vue模板

這篇文章將為大家詳細講解有關vscode中如何快速搭建vue模板,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務,包含不限于成都網(wǎng)站設計、成都網(wǎng)站制作、富錦網(wǎng)絡推廣、微信小程序開發(fā)、富錦網(wǎng)絡營銷、富錦企業(yè)策劃、富錦品牌公關、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務,您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)為所有大學生創(chuàng)業(yè)者提供富錦建站搭建服務,24小時服務熱線:13518219792,官方網(wǎng)址:muchs.cn

文件 -> 首選項 -> 用戶代碼片段
搜索vue

vue2.x添加下方代碼

{

 "Print to console": {

 "prefix": "vue",

 "body": [

 "<!-- $0 -->",

 "<template>",

 "  <p></p>",

 "</template>",

 "",

 "<script>",

 "export default {",

 "  data () {",

 "    return {",

 "    };",

 "  },",

 "",

 "  components: {},",

 "",

 "  computed: {},",

 "",

 "  mounted: {},",

 "",

 "  methods: {}",

 "}",

 "",

 "</script>",

 "<style lang='scss' scoped>",

 "</style>"

 ],

 "description": "Log output to console"

 }

 }

vue3.x添加下方代碼

{
"Print to console": {

 "prefix": "vue3",

 "body": [

 "<!-- $0 -->",

 "<template>",

 "  <p></p>",

 "</template>",

 "",

 "<script>",

 "import { computed, reactive, ref, watch, onMounted,onUpdate,onUnmounted} from 'vue';",

 "export default {",

 "setup(){",

 "//類mounted",

 "onMounted(()=>{",

 "",

 "})",

 "//相當于updated",

 "onUpdate(()=>{",

 "",

 "})",

 "//相當于destroyen",

 "onUnmounted(()=>{",

 "",

 "})",

 "return {}",

 "}",

 "}",

 "",

 "</script>",

 "<style lang='scss' scoped>",

 "</style>"

 ],

 "description": "Log output to console"

 }
 }

新建.vue文件后

vscode中如何快速搭建vue模板

關于“vscode中如何快速搭建vue模板”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

新聞名稱:vscode中如何快速搭建vue模板
瀏覽路徑:http://muchs.cn/article42/jejghc.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供動態(tài)網(wǎng)站網(wǎng)站改版、網(wǎng)站導航虛擬主機、App設計、網(wǎng)站建設

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設