7 changed files with 24 additions and 39 deletions
@ -1,15 +0,0 @@ |
|||||
# umi project |
|
||||
|
|
||||
## Getting Started |
|
||||
|
|
||||
Install dependencies, |
|
||||
|
|
||||
```bash |
|
||||
$ yarn |
|
||||
``` |
|
||||
|
|
||||
Start the dev server, |
|
||||
|
|
||||
```bash |
|
||||
$ yarn start |
|
||||
``` |
|
@ -1,6 +1,7 @@ |
|||||
{ |
{ |
||||
"packages": [ |
"packages": [ |
||||
"packages/*" |
"packages/*", |
||||
|
"example" |
||||
], |
], |
||||
"version": "0.3.3" |
"version": "0.3.3" |
||||
} |
} |
Loading…
Reference in new issue