build(app): deploy to production

This commit is contained in:
Julien
2018-09-11 16:21:25 +02:00
parent 501a19adad
commit d0eb50839c
14 changed files with 37 additions and 46 deletions

View File

@@ -1,10 +1,10 @@
# awesome-cheatsheets
# Awesome Cheatsheets
> Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
## Build Setup
``` bash
```bash
# install dependencies
$ npm install # Or yarn install
@@ -20,4 +20,3 @@ $ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).