Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 908 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 908 Bytes

OpenSensorHub Client Development Template

Distribution Package

To build:

npm install
npm run prod

Built package will be found in generated "dist" folder. Copy contents to web server.

Development Server

To build in development mode and view in web browser:

npm install
npm run dev

Open browser and point it to locahost:9000