> 更多的快捷鍵,可按v 或者 u,看彈出的提示框
* [視圖層快捷鍵](http://www.hmoore.net/wangking/uniapp/1959237#_3)
* [vbase](http://www.hmoore.net/wangking/uniapp/1959237#vbase_4)
* [vfor](http://www.hmoore.net/wangking/uniapp/1959237#vfor_7)
* [js 快捷鍵](http://www.hmoore.net/wangking/uniapp/1959237#js__10)
* [uRequest](http://www.hmoore.net/wangking/uniapp/1959237#uRequest_11)
* [uGetLocation](http://www.hmoore.net/wangking/uniapp/1959237#uGetLocation_12)
* [uShowToast](http://www.hmoore.net/wangking/uniapp/1959237#uShowToast_13)
* [uShowLoading](http://www.hmoore.net/wangking/uniapp/1959237#uShowLoading_14)
* [uHideLoading](http://www.hmoore.net/wangking/uniapp/1959237#uHideLoading_15)
* [uShowModal](http://www.hmoore.net/wangking/uniapp/1959237#uShowModal_16)
* [uShowActionSheet](http://www.hmoore.net/wangking/uniapp/1959237#uShowActionSheet_17)
* [uNavigateTo](http://www.hmoore.net/wangking/uniapp/1959237#uNavigateTo_18)
* [uNavigateBack](http://www.hmoore.net/wangking/uniapp/1959237#uNavigateBack_19)
* [uRedirectTo](http://www.hmoore.net/wangking/uniapp/1959237#uRedirectTo_20)
* [uStartPullDownRefresh](http://www.hmoore.net/wangking/uniapp/1959237#uStartPullDownRefresh_21)
* [uStopPullDownRefresh](http://www.hmoore.net/wangking/uniapp/1959237#uStopPullDownRefresh_22)
* [uLogin](http://www.hmoore.net/wangking/uniapp/1959237#uLogin_23)
* [uShare](http://www.hmoore.net/wangking/uniapp/1959237#uShare_24)
* [uPay](http://www.hmoore.net/wangking/uniapp/1959237#uPay_25)
* [vue js代碼塊](http://www.hmoore.net/wangking/uniapp/1959237#vue_js_27)
* [vImport:導入文件](http://www.hmoore.net/wangking/uniapp/1959237#vImport_28)
* [ed:export default](http://www.hmoore.net/wangking/uniapp/1959237#edexport_default_29)
* [vData:輸出 data(){return{}}](http://www.hmoore.net/wangking/uniapp/1959237#vData_datareturn_30)
* [vMethod:輸出 methods:{}](http://www.hmoore.net/wangking/uniapp/1959237#vMethod_methods_31)
* [vComponents:輸出 components: {}](http://www.hmoore.net/wangking/uniapp/1959237#vComponents_components__32)
# 視圖層快捷鍵
## vbase
> 生成一段基本的vue代碼結構
## vfor
> 生成一段帶有v-for循環結構的視圖代碼塊
# js 快捷鍵
## uRequest
## uGetLocation
## uShowToast
## uShowLoading
## uHideLoading
## uShowModal
## uShowActionSheet
## uNavigateTo
## uNavigateBack
## uRedirectTo
## uStartPullDownRefresh
## uStopPullDownRefresh
## uLogin
## uShare
## uPay
# vue js代碼塊
## vImport:導入文件
## ed:export default
## vData:輸出 data(){return{}}
## vMethod:輸出 methods:{}
## vComponents:輸出 components: {}
- 基礎知識
- UNI核心介紹
- flex布局
- 生命周期
- 全局方法
- 組件定義
- 自定義組件
- 全局組件
- 組件之間的數據傳輸
- 條件編譯
- 自定義頭部
- 節點信息 (SelectorQuery)
- vuejs基礎語法
- 頁面跳轉以及參數傳遞
- 事件的監聽注冊以及觸發
- css3動畫
- block的妙用
- mixin (混入)
- uniapp快捷鍵
- vuex狀態管理
- 實用功能
- 獲取服務提供商
- 啟動頁 / 啟動界面
- 引導頁
- tabbar配置
- 頭部導航欄基礎設置
- 上拉下拉(刷新/加載)
- 第三方登錄
- 第三方分享
- 推送通知 之 unipush
- scroll-view雙聯動
- 配置iOS通用鏈接(Universal Links)
- 本地緩存操作
- 升級/更新方案
- 熱更新
- 圖片上傳
- 搜索頁實現
- canvas繪圖助手
- 地圖定位
- 第三方支付————todo
- 分類輪播
- 清除應用緩存
- uniapp與webview的實時通訊
- 視頻-----todo
- 聊天----todo
- 長列表swiper左右切換
- 第三方插件
- uview
- mescroll
- uCharts (圖表)
- 無名 (更新插件)
- 第三方模版
- 自定義基座
- 打包發行
- 要封裝的方法
- 緩存 cache.js
- 請求接口 request.js
- 工具類 util.js
- 小程序登錄 xcxLogin.js
- 版本更新 update.js
- 優質插件
- 更新插件----todo
- 語音
- 語音識別 (含上傳)
- 百度語音合成播報接口
- 官方常用組建
- input 輸入框
- image 圖片
- audio 音頻
- picker 選擇器
- video 視頻
- scroll-view 滾動視圖
- uni-app 地圖全解析+事件監聽