Vue.js + TypeScript multi-page skeleton with pre-rendering
What's included:
Installed Vue CLI Plugins:
yarn install
yarn serve
yarn build
yarn test
yarn test:e2e
yarn lint:fix
Configure Docker registry in package.json
:
"docker": {
"registry": "ghcr.io/modernweb-pl"
},
yarn docker:build
yarn docker:push
Docker Compose is configured to work with jwilder/nginx-proxy and publish production build at http://vue-skeleton.localhost
yarn docker:compose:build
yarn docker:compose:up
yarn docker:compose:down