<p align="center"><img src="https://i.imgur.com/PTqXTbx.png"></p>

## Usage

```bash
# create an app
$ nuxtron init my-app --example custom-build-options

# install dependencies
$ cd my-app
$ yarn (or `npm install`)

# development mode
$ yarn dev (or `npm run dev`)

# production build
$ yarn build (or `npm run build`)

# production build for all platform
$ yarn build:all (or `npm run build:all`)

# production build for windows 32 bit
$ yarn build:win (or `npm run build:win`)

# production build for macOS 64 bit
$ yarn build:mac (or `npm run build:mac`)

# production build for Linux
$ yarn build:linux (or `npm run build:linux`)
```
