hbo-nerds / hbo-nerds.github.io

Een website voor het opzoeken van Lekker Spelen content
MIT License
13 stars 5 forks source link

LekkerSicko

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Deployment

Deployment is orchestrated through a Continuous Integration/Continuous Deployment (CI/CD) pipeline, located in the .github/workflows directory within the repository. The GitHub workflow initiates upon a push to the repository's 'master' branch. It undertakes the task of building the Vue application and subsequently pushes the resulting 'dist' folder to the 'gh-pages' branch.

For comprehensive documentation on the workflow utilized, refer to https://github.com/marketplace/actions/vue-to-github-pages.

Upon pushing changes to the 'master' branch, GitHub typically completes the deployment of the updated Vue application within approximately 3 minutes.