vue專案中使用jQuery

2021-07-26 18:02:27 字數 615 閱讀 1649

這裡是引入全域性的jquery

1.在package.json檔案中,『devdependencies』物件中新增」jquery」: 「^3.1.1」,

2.在build資料夾下的webpack.base.conf.js檔案中新增:

var webpack = require("webpack")

// 增加乙個plugins

plugins: [

new webpack.optimize.commonschunkplugin('common.js'),

new webpack.provideplugin()

],

3.vue檔案中使用:

//這裡不用引入jquery了,已經是全域性的了

src="/static/js/easydialog.min.js" >

script>

src="/static/js/wx-mobile.js">

script>

document.onreadystatechange = function()}

export default

}}script>

vue 專案中使用 jquery

在 vue 專案中使用 jquery,具體步驟如下 1 npm 安裝 jquery 命令如下,後邊指定安裝的 jquery 版本 npm install jquery 3.2.1不加 會安裝最新版本 npm install jquery命令執行成功後,會在 package.json 檔案中自動生成 ...

vue專案中使用mui

vue搭建環境 hbuilder編輯器。我不喜歡用hbuilder寫 在使用vscode 使用的是vue cli腳手架。這個就不多bb了,之後對檔案做了簡單的調整。還是直接貼圖吧 基本的頁面準備工作完成assetspublicpath 之前是 改為 使build之後的專案能在本地執行 product...

vue專案中使用vuex

import vue from vue import vuex from vuex import mutations from mutations import actions from actions import getters from getters import from utils au...