MMD3 Exam Project @ Multimedia Design, UCN.
- run
npm install
in the root directory cd
into packages/server- run
npm install
to install server dependencies - run
npm run develop
- In another terminal,
cd
into packages cd
into one of the client packages (business-client, employee, employer)- run
npm install
to install dependencies in that package - run
npm run serve
to start the client
OR
- Install lerna globally
npm i lerna -g
- run
npm install
in the root directory - run
lerna boostrap
to install dependencies across all packages - Use
npm run start-server
to start the server (required) - Use
npm run start-bcl
to start the business-client - Use
npm run start-eme
to start the employee - Use
npm run start-emr
to start the employer
Note: the clients will not work properly if the server is not running Note2: Vue doesn't seem to like environment variables, so it might throw an error "'process' is not defined". Restart the Vue live server to fix this (multiple restarts might be needed). If that doesn't work, restart your terminal.
- Vue & Vuex
- Bulma & Buefy
- Strapi
- Dayjs
- Capacitor
- Axios