【精品文档】关于计算机专业vuex.js应用程序测试设计开发介绍概述的毕业设计论文英文英语外文文献翻译成品资料:测试Vuex(中英文双语对照)
-
资源ID:1471584
资源大小:739.77KB
全文页数:22页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】关于计算机专业vuex.js应用程序测试设计开发介绍概述的毕业设计论文英文英语外文文献翻译成品资料:测试Vuex(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后直接可用 省去您找文献 pdf 整理成 word 以及翻译的时间 一辈子也就一次的事 文献引用作者出处信息 Edd Yerburgh Testing Vue Js Applications 2019 如年份太老 可改为近 2 年 很多毕业生都这样做 毕竟外文翻译要求也不高 英文 4012 单词 21920 字符 字符就是印刷符 中文 6276 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取外文的一部分内容进行翻译的 Testing Vuex This chapter covers Adding Vuex to a project Writ
2、ing unit tests for Vuex store mutations actions and getters Writing unit tests for a Vuex store instance Writing unit tests for Vuex connected components Vuex a state management library for Vue is essential for large Vue apps To become a Vue testing master you should learn how to test Vuex effective
3、ly In this chapter you ll learn how to test a Vuex store and Vuex connected components To learn how to test Vuex you ll refactor the Hacker News application you ve been working on to use Vuex Currently the Hacker News app fetches and stores data locally inside a view component by calling an API meth
4、od You re going to move this logic out into a Vuex store so that other parts of the application can use the data In the first section of this chapter I ll give you a high level overview of the store design It s important to think about the design of the store before you write any tests After I ve shown you the store design you ll create a bare bones Vuex store and add it to the application After you ve added the store you can start writing tests You can use two approaches to unit testing a store