Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 617 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 617 Bytes

ethernet_encoder_servo_ui

A nicer interface on top of https://github.com/telescopio-montemayor/ethernet-encoder-servo

Out of the box this works with an instance of ethernet-servo running on localhost. Edit the connection details inside src/main.js if needed.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.