# 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`)
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
custom-build-options
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||