docs: correct wrong command
This commit is contained in:
parent
db9be2277b
commit
fa9a964ec5
@ -106,14 +106,14 @@ nebula([ˈnebyələ],n.星云)是一款现代化的知识社区项目,
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
# install dependencies
|
||||||
$ npm install
|
$ npm run install
|
||||||
|
|
||||||
# serve with hot reload at localhost:3000
|
# serve with hot reload at localhost:3000
|
||||||
$ npm dev
|
$ npm run dev
|
||||||
|
|
||||||
# build for production and launch server
|
# build for production and launch server
|
||||||
$ npm build
|
$ npm run build
|
||||||
$ npm start
|
$ npm run start
|
||||||
|
|
||||||
# generate static project
|
# generate static project
|
||||||
$ npm generate
|
$ npm generate
|
||||||
|
Loading…
Reference in New Issue
Block a user