docs: update README
This commit is contained in:
@@ -81,14 +81,14 @@ $ yarn install
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# dev server with hot reload at http://localhost:3000
|
# dev server with hot reload at http://localhost:3000
|
||||||
$ npm run serve
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# dev server with hot reload at http://localhost:3000
|
# dev server with hot reload at http://localhost:3000
|
||||||
$ yarn serve
|
$ yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.
|
Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.
|
||||||
|
|||||||
Reference in New Issue
Block a user