윤준현

면담보고서 추가

No preview for this file type
No preview for this file type
1 +# drone-web-nuxt
2 +
3 +## Build Setup
4 +
5 +```bash
6 +# install dependencies
7 +$ yarn install
8 +
9 +# serve with hot reload at localhost:3000
10 +$ yarn dev
11 +
12 +# build for production and launch server
13 +$ yarn build
14 +$ yarn start
15 +
16 +# generate static project
17 +$ yarn generate
18 +```
19 +
20 +For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).