bff/$ npm installclient/$ npm installTo build the vue project:
root$ npm run build:clientTo start the vue project:
root$ npm run start:clientTo start the server in:
root$ npm run start:bffTo run all the tests:
root$ npm run test:allTo install bff/ and client/ modules/dependencies:
root$ npm run i:allTo run the stryker in the client/ and in the bff/:
root$ npm run stryker:allTo build the vue project and start the server:
bff$ npm run build:startTo build the vue project:
bff$ npm run build:clientTo start the server:
bff$ npm run startTo run the tests:
bff$ npm run testTo run the stryker:
bff$ npm run strykerTo start the vue project:
client$ npm run serveTo remove from the bff what was generated by the previous build:
client$ npm run prebuildTo build the vue project and put what was generated in bff/public:
client$ npm run buildTo run the tests:
client$ npm run testTo run the stryker:
client$ npm run strykerTo run the lint:
client$ npm run lint