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

Latest commit

 

History

History
18 lines (13 loc) · 319 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 319 Bytes

Usage

# create an app
$ nuxtron init my-app --example with-javascript

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