Feat: Vue 3 typescripted #76
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/vue-3-typescripted"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.