npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npx cypress open
npx cypress run --record --key cypress_record_key
- Follow the instructions here
npm run lint
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npx cypress open
npx cypress run --record --key cypress_record_key
npm run lint