Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 394 Bytes

Getting Started

Prerequisites

Install npm and node

Installing

Install dependencies

$ npm install

Run

Development

$ npm run serve

Production

Files will be located in dist directory and will be served using nginx

$ npm run build