Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 388 Bytes

File metadata and controls

37 lines (24 loc) · 388 Bytes

Modern.js App

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm dev

Enable optional features or add a new entry:

npm new

Build the app for production:

npm build

Preview the production build locally:

npm serve

For more information, see the Modern.js documentation.