vue3-composition-api-todo-app
vue3-composition-api-todo-app copied to clipboard
Move index.html out of Public folder
Now that vue.js 3 has moved to Vite, it expects index.html to live in the root folder rather than in the Public folder. It would be slick if this supported the Vite file structure rather than vue-cli.