This is the client side of the legai.app
- to run: "npm run serve"
- to run cypress: "npx cypress open"
- Dashboard dynamic routing for the casereferences to the case editor.
- Use dynamic routing for the storage of the UserID.
- Revise the E2E tests with promises for the check of the token and UserID.
- Add unit tests to dashboard and caseFAQ functions.
-
VueJS, Cypress, Cuccumber
-
Axios library for post and get request to the server (npm install --save axios)
-
VueCookies for cookie handeling (npm install --save vue-cookies)
npm install
npm run serve
npx cypress open
npm run build
npm run test:unit
npm run lint