Web-based frontend tractor display using NodeJs and Vue framework.
Run the following command from a console/terminal window to clone the project to your local computer. For information on setting up git, see our tutorial Git.
git clone [email protected]:umatt-ece/display-frontend.git
To install all the required node packages, run:
npm i
npm run serve
This can be used for easy local testing.
npm run build
By default, the project gets compiled into the directory dist.