Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 502 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 502 Bytes

Role Based User Interface built using JSON Web tokens, Vue, and Vuex

Project setup

npm install

Compiles and hot-reloads for development (localhost:8080)

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Corresponding Express Server