Skip to content

modernweb-pl/vue-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd929bc · Jan 10, 2022

History

92 Commits
Jan 2, 2022
Jan 9, 2022
Jan 3, 2022
Jan 10, 2022
Jan 10, 2022
Dec 27, 2021
Dec 27, 2021
Dec 29, 2021
Feb 23, 2018
Jan 10, 2022
Dec 27, 2021
Dec 27, 2021
Dec 27, 2021
Jan 2, 2022
Jan 10, 2022
Dec 27, 2021
Dec 27, 2021
Dec 29, 2021
Dec 27, 2021
Jan 10, 2022
Dec 27, 2021
Jan 10, 2022
Jan 10, 2022

Repository files navigation

vue-skeleton

Vue.js + TypeScript multi-page skeleton with pre-rendering

Verify

What's included:

Installed Vue CLI Plugins:

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint:fix

Customize configuration

See Configuration Reference.

Docker setup

Configure Docker registry in package.json:

"docker": {
  "registry": "ghcr.io/modernweb-pl"
},

Build & publish Docker image

yarn docker:build
yarn docker:push

Docker Compose

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