To run these examples:
- clone the project and open a terminal at that location
npm install
npm run dev
- you should see the console output:
Hello from the mock service, internet! baseURL is stage.myapi.com
npm run prod
- you should see the console output:
Hello from the mock service, internet! baseURL is stage.myapi.com