You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
337 B
21 lines
337 B
4 years ago
|
# cloud_note
|
||
|
|
||
|
## Build Setup
|
||
|
|
||
|
```bash
|
||
|
# install dependencies
|
||
|
$ yarn install
|
||
|
|
||
|
# serve with hot reload at localhost:3000
|
||
|
$ yarn dev
|
||
|
|
||
|
# build for production and launch server
|
||
|
$ yarn build
|
||
|
$ yarn start
|
||
|
|
||
|
# generate static project
|
||
|
$ yarn generate
|
||
|
```
|
||
|
|
||
|
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
|