摘要:最近在學習,利用搭建了一個最簡單的模板,然后一步步看著官方文檔逐步加上了。之后還會繼續完善下去。項目做了一個評論頁作為成功
最近在學習 Vue ,利用 vue-cli 搭建了一個最簡單的模板,然后一步步看著 Vuex, Vux-router 官方文檔逐步加上了 Vuex, Vue-Router, mock-server, unit-test。之后還會繼續完善下去。項目做了一個評論頁作為?
vue-starter-kitfeaturesA Vue.js project with mock-server and unit-test
we use mock.js to build your mock data ( as local database :) ), for example:
var Mock = require("mockjs"); module.exports = () => { var db = { project_comments: Mock.mock({ "comments|5": [{ "author": "@name", "comment": "@cparagraph", "date": "@datetime" }], "next": "@increment" }), push_comment: Mock.mock({ "error": 0, "message": "成功" }) } return db; }json-server
we use json-server to get a full fake REST API
unit testtest components and vuex( include mutations actions getters ), test result:
build setup# install json-server npm install json-server -g # install dependencies npm install # serve with hot reload and mock npm run start # serve with hot reload at localhost:8181 npm run dev # run unit test npm run test # run mock server at localhost:3000 npm run mock # build for production with minification npm run buildTODO
[x] add vuex to manage app state
[x] add unit test
[ ] refresh the mock server after modifying mock/db.js
GitHub: https://github.com/yanm1ng/vu...
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/82693.html
摘要:箭頭表示數據的流動,負責儲存收藏夾的內容,方便下一次打開應用的時候內容不會丟失,服務器負責根據關鍵字爬取搜狗提供的數據。 只看不贊,或者只收藏不贊的都是耍流氓,放學別走,我找我哥收拾你們。 項目地址:https://github.com/jrainlau/wechat-subscriptor showImg(https://segmentfault.com/img/bVyFVF); s...
摘要:目前專注前端圖片優化與新技術的探研。還有一點必須要知道的是,是國人寫的,技術文檔也妥妥的是中文,想到這我就有學習的動力。注意到,等都是頁面也可以是組件,接著注冊路由器,然后開始配置路由。 歡迎大家前往騰訊云+社區,獲取更多騰訊海量技術實踐干貨哦~ 本文由蔡述雄發表于云+社區專欄蔡述雄,現騰訊用戶體驗設計部QQ空間高級UI工程師。智圖圖片優化系統首席工程師,曾參與《眾妙之門》書籍的翻譯工...
摘要:謹記,請勿犯這樣的錯誤。由于在之前的教程中,積累了堅實的基礎。其實,這是有緣由的其復雜度在早期的學習過程中,將會帶來災難性的影響。該如何應對對于來說,雖然有大量的學習計劃需要采取,且有大量的東西需要學習。 前言倘若你正在建造一間房子,那么為了能快點完成,你是否會跳過建造過程中的部分步驟?如在具體建設前先鋪設好部分石頭?或直接在一塊裸露的土地上先建立起墻面? 又假如你是在堆砌一個結婚蛋糕...
閱讀 752·2021-09-28 09:35
閱讀 2591·2019-08-29 11:25
閱讀 2154·2019-08-23 18:36
閱讀 1849·2019-08-23 16:31
閱讀 2065·2019-08-23 14:50
閱讀 3112·2019-08-23 13:55
閱讀 3286·2019-08-23 12:49
閱讀 2074·2019-08-23 11:46