Incomplete command "npm run serve"

Missing run in npm run serve
This commit is contained in:
Juless
2021-10-31 18:30:16 +00:00
committed by GitHub
parent 1660d556f7
commit e9dac1ca27
+1 -1
View File
@@ -70,7 +70,7 @@ $ yarn install
``` bash
# dev server with hot reload at http://localhost:3000
$ npm serve
$ npm run serve
```
or