添加一个讲解如何使用MobX的Demo

This commit is contained in:
leo
2019-02-03 14:59:34 +08:00
parent d5b006beb7
commit 7c19bf2d99
28 changed files with 26540 additions and 0 deletions

10
MobXDemo1/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "MobXDemo1",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^5.12.1",
"mobx": "^5.1.0"
}
}