Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 193 Bytes

BUILD.md

File metadata and controls

19 lines (13 loc) · 193 Bytes

Build instructions

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build