Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 420 Bytes

SETUP.md

File metadata and controls

21 lines (14 loc) · 420 Bytes

Setup

Please see setup instructions in main repository first.

Nuxt.js

Start development server:

yarn dev # for localhost access, or
yarn dev:lan # for LAN access

Build project and start production server:

yarn build
yarn start

You can use the command yarn build -a to launch the Webpack Bundle Analyzer after building.