# 插件
## vscode 插件
* [json2ts](網(wǎng)頁版 http://json2ts.com/)[use 全選要json后 按下 ctrl + shift + alt + s]
* [vetur][代碼效驗(yàn)]
* [Vue VSCode Snippets][代碼效驗(yàn)]
```use 快捷鍵
? vue
? vbase
? vbase-ts
? v3base
?
? vue-template
? vfor
? vclass
?
? vue-router
? vrouter
? vroutername
?
? vuex
? vstore
? vgetters
?
? vimport export 導(dǎo)入
?
? ---------------------------------------
? 訂制化修改
? cammend+shift+. // 打開隱藏目錄
?
? ~/.vscode/extensions/sdras.vue-vscode-snippets-2.1.5/snippets
```
## 開發(fā)插件
* [vue-baidu-map](https://github.com/Dafrok/vue-baidu-map)[百度地圖Vue版]
* [Vue-draggable](https://sortablejs.github.io/Vue.Draggable/#/functional)[拖拽vue版]
* [Vue-draggable](https://sortablejs.github.io/Vue.Draggable/#/functional)[拖拽vue版]
* [v-code-diff](https://github.com/Shimada666/v-code-diff/blob/master/README-zh.md)[代碼差異化-可以看到本次與上次不同修改內(nèi)容]
* [vue-countdown](https://github.com/fengyuanchen/vue-countdown)[倒計(jì)時vue版,移動端可使用vant中的CountDown組件]