日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

1. 創建vue工程

打開 Visual Studio Code 開發工具

 

或通過cmd命令窗口

 

vue init webpack website

 

工程界面目錄功能結構說明:

搭建第一個簡易vue工程

 

2. 運行vue項目

 

cd website

 

npm run dev

 

根據控制臺輸出的訪問地址,在瀏覽器中打開

 

Your Application is running here: http://localhost:8080

搭建第一個簡易vue工程

 

3. 首頁 index.html

 

工程編譯后,首頁對應的節點會被動態替換

搭建第一個簡易vue工程

 

4. 應用主函數程序入口 main.js

搭建第一個簡易vue工程

 

5. 主頁面 App.vue

搭建第一個簡易vue工程

 

6. 請求路由 router/index.js

搭建第一個簡易vue工程

 

7. 組件的引入及使用

搭建第一個簡易vue工程

 

8. 樣式文件的引入

在App.vue主頁面中引入全局樣式后,子頁面可以直接引用全局樣式

搭建第一個簡易vue工程

 

子頁面限定樣式文件的作用域

搭建第一個簡易vue工程

 

9. vue ajax配置axIOS

 

cd 項目根目錄,如website,

 

// 安裝axios模塊;

npm install axios

 

// main.js 追加引用配置

import axios from 'axios' // 引入axios

Vue.prototype.$http=axios; // 修改Vue的原型屬性

 

搭建第一個簡易vue工程

 

使用axios 發起請求(示例):

 

/*import [命名] from [相對路徑]*/

import footerNav from '../../components/footer.vue';

 

/*再用components:{ [命名] }局部注冊*/

export default{

components: {

footerNav

},

data(){

return{

isNowPage: true,

showAdd: false,

showEdit: false,

peoples: [{'name':'Jack'},{'name':'Joe'}],

nameValue: '',

newName: '',

editId: 0

}

},

methods: {

add(){

let that = this;

that.showAdd = true;

 

let baseRequest = {

"appId":13,

"unionId":"ohKVFwEMq5OPct3F5T1gLMBiDBPE",

"param":{"appId":""}

};

 

that.$http.post("http://192.168.2.135:8080/

xcx-user/api/user/personCenter",

JSON.stringify(baseRequest),

{headers: {'Content-Type': 'application/json'}}

).then(function(res){

console.log(res);

 

let data = res.data.data;

data.name = data.userId;

that.peoples.push(data);

 

}).catch(function (error) {

console.log(error);

});

},

addName(){

let v = this.nameValue;

if(v.trim() === ""){

alert("請輸入新增人員姓名")

}else{

let data = {};

data.name = v;

this.peoples.push(data);

this.showAdd = false;

}

},

del(e){

let id = e.target.offsetParent.id;

this.peoples.splice(id,1)

},

edit(e){

let id = e.target.offsetParent.id;

this.showEdit = true;

this.editId = id;

this.newName = this.peoples[id].name

},

cancel(){

this.showEdit = false

},

editName(){

let v = this.newName;

if(v.trim() === ""){

alert("請輸入姓名")

}else{

this.peoples[this.editId].name = this.newName;

this.showEdit = false

}

}

}

}

 

10. 導入element-ui

 

cd website

 

npm install element-ui

依賴包都會下載安裝在項目更目錄下的node_modules中

分享到:
標簽:工程 vue
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定