From a95c6d0b254034f9a77f933864d8d03875099d97 Mon Sep 17 00:00:00 2001 From: d9k Date: Tue, 9 Mar 2021 16:39:41 +0300 Subject: [PATCH] added TypeScript examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14dae88..b366782 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ - [Vuex ORM Examples](https://github.com/vuex-orm/vuex-orm-examples) - The example application to demonstrate the use case of the Vuex ORM. - [Vuex ORM Examples Nuxt](https://github.com/vuex-orm/vuex-orm-examples-nuxt) - The example Nuxt application to demonstrate the use case of the Vuex ORM. - [Vuex ORM Axios Example Nuxt](https://github.com/guillaumebriday/todolist-frontend-nuxt) - Real world Nuxt application with Vuex ORM and its Axios plugin. +- [Vuex ORM TypeScript Examples](https://github.com/vuex-orm/vuex-orm-examples-ts) - The example application written in TypeScript to demonstrate the use case of the Vuex ORM with type declarations. ## Videos