Run npm and Vue CLI commands within the development container.
- Install Docker
- Open a terminal with this as the working directory.
- Run
dev-container/run.sh
- You should now be able to enter npm and Vue CLI commands to run within the container.
- Press Ctrl+C to exit foreground processes running in the container.
- Press Ctrl+D to exit the container.
Run these within the development container.
npm ci
npm run serve
npm run lint
npm run build