KevinMidboe / seasoned

seasoned 🌶 | Vue.js webUI for requesting new Movies and TV Shows
https://request.movie
MIT License
1 stars 0 forks source link

Feat: Vue 3 typescripted #76

Closed KevinMidboe closed 2 years ago

KevinMidboe commented 2 years ago

Vue 3

Upgrade project to vue 3 with components composition api & converted javascript to typescript.

Docker and server setup

Created Dockerfile for project & setup drone CI publish to github packages.
Removed node server, rather use nginx and Dockerfile.

Also a bit of simplifying project. Mostly by moving components and creating new into separate components/ folders.