Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 465 Bytes

File metadata and controls

23 lines (15 loc) · 465 Bytes

Predictive Deer Tracking Analysis

Internet of Things - Spring 2019 - Month-long Project

Build Setup

# install dependencies
npm install

# install vue cli globally (if you don't have it)
npm install -g @vue/cli

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build