App下載

詞條

大約有 600 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,398 項。(搜索耗時:0.0029秒)

281.Weex 使用weex-loader

weex-loader 是一個 webpack 的 loader,它能把*.vue文件轉(zhuǎn)化為簡單的javascript 模塊用于安卓以及 iOS 平臺。所有的特性和配置都是跟 vue-loader 一樣的。 需要注意的是,如果 Webpack 的 entry 配置項是一個 *.vue 文件的話,你仍需要傳遞一個...

http://m.hgci.cn/weex/weex-using-weex-loader.html

282.Vant 快速上手

腳手架在新項目中使用 Vant 時,推薦使用 Vue 官方提供的腳手架 Vue Cli 創(chuàng)建項目# 安裝 Vue Cli npm install -g @vue/cli # 創(chuàng)建一個項目 vue create hello-world # 創(chuàng)建完成后,可以通過命令打開圖形化界面,如下圖所示 vue ui 在圖形化界面中,...

http://m.hgci.cn/vantlesson/vantlesson-rig235ur.html

283.Nuxt.js .nuxtignore

...glob模式,指定應(yīng)該忽略哪些文件。例如:# ignore layout foo.vue layouts/foo.vue # ignore layout files whose name ends with -ignore.vue layouts/*-ignore.vue # ignore page bar.vue pages/bar.vue # ignore page inside ignore folder pages/ignore/*.vue # ignore store baz.js store/baz.js # igno...

http://m.hgci.cn/nuxtjs/nuxtjs-2pud36hj.html

284.Nuxt.js plugins 屬性配置

...包引入。plugins 屬性使得你可以輕易地為 Nuxt.js 配置使用 Vue.js 插件。例如 (nuxt.config.js):module.exports = { plugins: ['~plugins/vue-notifications'] }然后, 我們需要創(chuàng)建 plugins/vue-notifications.js 文件:import Vue from 'vue' import VueNotifications from 'vue-no...

http://m.hgci.cn/nuxtjs/nuxtjs-kdml36ht.html

285.Vite 開始

...前支持的模板預(yù)設(shè)如下: JavaScript TypeScript vanilla vanilla-ts vue vue-ts react react-ts preact preact-ts lit lit-ts svelte svelte-ts 搭建第一個Vite項目 兼容性注意Vite 需要 Node.js 版本 >= 12.0.0。使用NPM:$ npm init vite@latest使用 Yarn:$ yarn create vite使...

http://m.hgci.cn/vitejs/vitejs-xetr3lu0.html

286.Nuxt.js 視圖

...下創(chuàng)建自定義的布局。默認(rèn)布局可通過添加 layouts/default.vue 文件來擴展應(yīng)用的默認(rèn)布局。提示: 別忘了在布局文件中添加 <nuxt/> 組件用于顯示頁面的主體內(nèi)容。默認(rèn)布局的源碼如下:<template> <nuxt/> </template>自定...

http://m.hgci.cn/nuxtjs/nuxtjs-plzk36g0.html

287.Nuxt.js 開發(fā)工具

...的邏輯代碼:mkdir test假設(shè)我們有這樣一個頁面 pages/index.vue:<template> <h1 class="red">Hello {{ name }}!</h1> </template> <script> export default { data () { return { name: 'world' } } } </script> <style> .red { color: red; } </style&g...

http://m.hgci.cn/nuxtjs/nuxtjs-qfwi36ge.html

288.gfast 介紹

...JS代碼,同時利用其提供的強大功能來快速 實現(xiàn)JS邏輯。 vue-cli:Vue的腳手架工具,用于自動生成Vue項目的目錄及文件。 vue-router: Vue提供的前端路由工具,利用其我們實現(xiàn)頁面的路由控制,局部刷新及按需加載,構(gòu)建單頁應(yīng)用...

http://m.hgci.cn/gfast/gfast-fx7s3mlg.html

289.CRMEB v4 前端引用組件

...塊,在一些業(yè)務(wù)中,可能還需要引入第三方的模塊,以`vue-grid-layout`為例。 ### 安裝依賴 在終端安裝`vue-grid-layout`: ``` $ npm install vue-grid-layout --save ``` ### 使用 #### 全局注冊 在`src/main.js`中注冊并使用組件: ``` // src/main.js // 導(dǎo)入...

http://m.hgci.cn/crmebv4/crmebv4-2ry33n3c.html

290.Weex 執(zhí)行環(huán)境

...BroadcastChannel 可以實現(xiàn)跨頁通信。具體來講,每個頁面的 Vue 變量都是不同的實例,即使是寫在 Vue 上的“全局”配置(?Vue.config.xxx?)也只會影響 Weex 上的單個頁面。在此基礎(chǔ)上,一些 Vue 的 SPA (單頁面應(yīng)用)技術(shù),如 Vuex 和...

http://m.hgci.cn/weex/weex-execution-environment.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

281.Weex 使用weex-loader

weex-loader 是一個 webpack 的 loader,它能把*.vue文件轉(zhuǎn)化為簡單的javascript 模塊用于安卓以及 iOS 平臺。所有的特性和配置都是跟 vue-loader 一樣的。 需要注意的是,如果 Webpack 的 entry 配置項是一個 *.vue 文件的話,你仍需要傳遞一個...

http://m.hgci.cn/weex/weex-using-weex-loader.html

282.Vant 快速上手

腳手架在新項目中使用 Vant 時,推薦使用 Vue 官方提供的腳手架 Vue Cli 創(chuàng)建項目# 安裝 Vue Cli npm install -g @vue/cli # 創(chuàng)建一個項目 vue create hello-world # 創(chuàng)建完成后,可以通過命令打開圖形化界面,如下圖所示 vue ui 在圖形化界面中,...

http://m.hgci.cn/vantlesson/vantlesson-rig235ur.html

283.Nuxt.js .nuxtignore

...glob模式,指定應(yīng)該忽略哪些文件。例如:# ignore layout foo.vue layouts/foo.vue # ignore layout files whose name ends with -ignore.vue layouts/*-ignore.vue # ignore page bar.vue pages/bar.vue # ignore page inside ignore folder pages/ignore/*.vue # ignore store baz.js store/baz.js # igno...

http://m.hgci.cn/nuxtjs/nuxtjs-2pud36hj.html

284.Nuxt.js plugins 屬性配置

...包引入。plugins 屬性使得你可以輕易地為 Nuxt.js 配置使用 Vue.js 插件。例如 (nuxt.config.js):module.exports = { plugins: ['~plugins/vue-notifications'] }然后, 我們需要創(chuàng)建 plugins/vue-notifications.js 文件:import Vue from 'vue' import VueNotifications from 'vue-no...

http://m.hgci.cn/nuxtjs/nuxtjs-kdml36ht.html

285.Vite 開始

...前支持的模板預(yù)設(shè)如下: JavaScript TypeScript vanilla vanilla-ts vue vue-ts react react-ts preact preact-ts lit lit-ts svelte svelte-ts 搭建第一個Vite項目 兼容性注意Vite 需要 Node.js 版本 >= 12.0.0。使用NPM:$ npm init vite@latest使用 Yarn:$ yarn create vite使...

http://m.hgci.cn/vitejs/vitejs-xetr3lu0.html

286.Nuxt.js 視圖

...下創(chuàng)建自定義的布局。默認(rèn)布局可通過添加 layouts/default.vue 文件來擴展應(yīng)用的默認(rèn)布局。提示: 別忘了在布局文件中添加 <nuxt/> 組件用于顯示頁面的主體內(nèi)容。默認(rèn)布局的源碼如下:<template> <nuxt/> </template>自定...

http://m.hgci.cn/nuxtjs/nuxtjs-plzk36g0.html

287.Nuxt.js 開發(fā)工具

...的邏輯代碼:mkdir test假設(shè)我們有這樣一個頁面 pages/index.vue:<template> <h1 class="red">Hello {{ name }}!</h1> </template> <script> export default { data () { return { name: 'world' } } } </script> <style> .red { color: red; } </style&g...

http://m.hgci.cn/nuxtjs/nuxtjs-qfwi36ge.html

288.gfast 介紹

...JS代碼,同時利用其提供的強大功能來快速 實現(xiàn)JS邏輯。 vue-cli:Vue的腳手架工具,用于自動生成Vue項目的目錄及文件。 vue-router: Vue提供的前端路由工具,利用其我們實現(xiàn)頁面的路由控制,局部刷新及按需加載,構(gòu)建單頁應(yīng)用...

http://m.hgci.cn/gfast/gfast-fx7s3mlg.html

289.CRMEB v4 前端引用組件

...塊,在一些業(yè)務(wù)中,可能還需要引入第三方的模塊,以`vue-grid-layout`為例。 ### 安裝依賴 在終端安裝`vue-grid-layout`: ``` $ npm install vue-grid-layout --save ``` ### 使用 #### 全局注冊 在`src/main.js`中注冊并使用組件: ``` // src/main.js // 導(dǎo)入...

http://m.hgci.cn/crmebv4/crmebv4-2ry33n3c.html

290.Weex 執(zhí)行環(huán)境

...BroadcastChannel 可以實現(xiàn)跨頁通信。具體來講,每個頁面的 Vue 變量都是不同的實例,即使是寫在 Vue 上的“全局”配置(?Vue.config.xxx?)也只會影響 Weex 上的單個頁面。在此基礎(chǔ)上,一些 Vue 的 SPA (單頁面應(yīng)用)技術(shù),如 Vuex 和...

http://m.hgci.cn/weex/weex-execution-environment.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程