Files

21 lines
359 B
Markdown
Raw Permalink Normal View History

2020-10-22 21:30:13 +00:00
# servicio_social_front
2020-10-28 11:38:03 -06:00
## Build Setup
2020-10-22 17:28:42 -05:00
2020-10-28 11:38:03 -06:00
```bash
# install dependencies
$ npm install
2020-10-22 17:28:42 -05:00
2020-10-28 11:38:03 -06:00
# serve with hot reload at localhost:3000
$ npm run dev
2020-10-22 17:28:42 -05:00
2020-10-28 11:38:03 -06:00
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
2020-10-22 17:28:42 -05:00
```
2020-10-28 11:38:03 -06:00
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).