new file: vue-project/.gitignore
new file: vue-project/.vscode/extensions.json
new file: vue-project/README.md
new file: vue-project/index.html
new file: vue-project/jsconfig.json
new file: vue-project/package-lock.json
new file: vue-project/package.json
new file: vue-project/public/favicon.ico
new file: vue-project/src/App.vue
new file: vue-project/src/assets/base.css
new file: vue-project/src/assets/logo.svg
new file: vue-project/src/assets/main.css
new file: vue-project/src/components/MyToDoList.vue
new file: vue-project/src/components/icons/IconCommunity.vue
new file: vue-project/src/components/icons/IconDocumentation.vue
new file: vue-project/src/components/icons/IconEcosystem.vue
new file: vue-project/src/components/icons/IconSupport.vue
new file: vue-project/src/components/icons/IconTooling.vue
new file: vue-project/src/main.js
new file: vue-project/vite.config.js