Once the repository has been cloned, move to the root directory and install dependencies by:
npm install
Then, to run the project:
npm run serve
Or you can either build the project
npm run build
Or run the tests by:
npm run test
npm run lint
Once the repository has been cloned, move to the root directory and install dependencies by:
npm install
Then, to run the project:
npm run serve
Or you can either build the project
npm run build
Or run the tests by:
npm run test
npm run lint