简体   繁体   English

如何使用打字稿写Vuex商店?

[英]How to write a vuex store using typescript?

I'm using the latest version of Vue & Vuex. 我正在使用最新版本的Vue和Vuex。 In Vue 2.5 there have been some added support for typescript but I can't seem to figure out how to get vuex working when I change all my vuex store js files to ts. 在Vue 2.5中,已经增加了一些对Typescript的支持,但是当我将所有vuex存储js文件更改为ts时,我似乎无法弄清楚如何使vuex工作。

Does anyone have a sample project that would show me how to write a vuex store in typescript rather than javascript? 有没有人有一个示例项目来向我展示如何用打字稿而不是JavaScript编写Vuex存储?

I ended up finding and using the following sample project: 我最终找到并使用了以下示例项目:

https://github.com/hmexx/vue_typescript_starter_kit https://github.com/hmexx/vue_typescript_starter_kit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM