Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 217 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 217 Bytes

1. Install dependencies

npm install

2. Work locally

Watches for changes and serves locally on http://localhost:8080

npm run serve

3. Create a production build

npm run build