This is a prototype of a Vue interface for https://gitlab.com/smat-project/smat-be/-/blob/master/DOCS.md
npm install
npm run serve
Go the the address it tells you in the browser you'll see the app!
npm run build
npm run lint
Here's what I did so far
- used vue-cli scaffold : https://cli.vuejs.org/guide/
- ran through cli setup, picking some options
- read up on vue forms : https://vuejs.org/v2/guide/forms.html