Add readme in web (#10855)
### What problem does this PR solve? As title ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
c5d1139f7b
commit
bb4cc365c1
1 changed files with 23 additions and 0 deletions
23
web/README.md
Normal file
23
web/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
## Install front-end dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Launch front-end
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
_The following output confirms a successful launch of the system:_
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Shutdown front-end
|
||||||
|
|
||||||
|
Ctrl + C or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kill -f "umi dev"
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue