Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Include basic features:

``` bash
# install dependencies
$ npm install
$ yarn install

# serve with hot reload at localhost:3000
$ npm run start
$ yarn start

# build for production and launch server
$ npm run build
$ npm run start:prod
$ yarn build
$ yarn start:prod

# generate static project
$ npm run generate
$ yarn generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
Loading