Skip to content

Commit 25d6de4

Browse files
author
Devoid Void
committed
add readme.md
1 parent 0732692 commit 25d6de4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# [Vue.js](https://vuejs.org/) + [Vuex](https://vuex.vuejs.org/en/) ([typescript](https://github.com/istrib/vuex-typescript) & [typex](https://github.com/mrcrowl/vuex-typex)) • [TodoMVC](http://todomvc.com)
2+
3+
## Typescript implementations
4+
5+
### vuex-typescript folder
6+
7+
This folder contains the implementation done with [vuex-typescript](https://github.com/istrib/vuex-typescript) by [@istrib](https://github.com/istrib)
8+
9+
### vuex-typex folder
10+
11+
This folder contains the implementation done with [vuex-typex](https://github.com/mrcrowl/vuex-typex) by [@mrcrowl](https://github.com/mrcrowl), who push the implementation of [vuex-typescript](https://github.com/istrib/vuex-typescript) a little further
12+
13+
## Usage
14+
15+
### vuex-typescript
16+
17+
```
18+
cd .\vuex-typescript\
19+
npm install
20+
poi .\src\index.ts
21+
```
22+
23+
### vuex-typex
24+
25+
```
26+
cd .\vuex-typex\
27+
npm install
28+
poi .\src\index.ts
29+
```

0 commit comments

Comments
 (0)