Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Latest commit

 

History

History

custom-build-options

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Usage

# 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`)