真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

element-ui如何在vue中使用

本篇文章為大家展示了element-ui如何在vue中使用,內(nèi)容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

創(chuàng)新互聯(lián)公司是一家專注于成都網(wǎng)站制作、做網(wǎng)站與策劃設計,武江網(wǎng)站建設哪家好?創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設10多年,網(wǎng)設計領域的專業(yè)建站公司;建站業(yè)務涵蓋:武江等地區(qū)。武江做網(wǎng)站價格咨詢:18980820575

1.先創(chuàng)建vue項目,我準備把項目放在e盤下:E:\Work\RegisterProject;

element-ui如何在vue中使用

命令行進入這個目錄:

element-ui如何在vue中使用

創(chuàng)建一個基于 webpack 模板的新項目

(1)vue init webpack register(項目名)

element-ui如何在vue中使用

需要yes按Enter健就可以了,不需要輸入n,然后按Enter健。

element-ui如何在vue中使用

創(chuàng)建完成:在目錄中可看到

element-ui如何在vue中使用

運行:命令行進入到剛創(chuàng)建好的目錄:cd register

element-ui如何在vue中使用

運行:npm run dev

element-ui如何在vue中使用

成功:

element-ui如何在vue中使用

在瀏覽器輸入:http://localhost:8080/   我的是http://localhost:8081/(那是因為我已經(jīng)打開另一個vue項目,80端口已經(jīng)被占用,第一次的一般不會被占用,輸入http://localhost:8080/ 就可以了)。

出現(xiàn)這個界面說明vue項目創(chuàng)建成功:

element-ui如何在vue中使用

現(xiàn)在vue引入Element

1.打開cmd,進入到當前剛創(chuàng)建的vue項目目錄

element-ui如何在vue中使用

在當前目錄中運行:npm i element-ui -S

element-ui如何在vue中使用

我使用webstrom打開剛創(chuàng)建的項目;file-open

element-ui如何在vue中使用

如圖所示:

element-ui如何在vue中使用

改變項目目錄中的main.js文件;

初始main.js文件:

element-ui如何在vue中使用

改成:

import Vue from 'vue'
import App from './App'
import router from './router'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.config.productionTip = false
Vue.use(ElementUI)

如圖所示:

element-ui如何在vue中使用

3.然后在.vue文件里就直接可以用了

例如:在src/components/Hello.vue做一下修改





h2, h3 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}

運行:npm run dev(webstrom可以按Alt+F12鍵,輸入npm run dev)

你將看到如下頁面:

element-ui如何在vue中使用

上述內(nèi)容就是element-ui如何在vue中使用,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。


文章題目:element-ui如何在vue中使用
轉(zhuǎn)載來源:http://weahome.cn/article/gopdpp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部