A sample demonstrating serving a VueJS website from a NestJS backend.
$ npm install
# Install Vue dependencies
$ cd client && npm i && cd ..
$ npm run build --prefix client
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Zak Miller
- License - MIT licensed.
- Blog post.