# todoList_vue3 **Repository Path**: cheng_yong_xu/vue3-composition-api-todo-app-my ## Basic Information - **Project Name**: todoList_vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ToDo App with Vue 3 Composition API > A simple ToDo application using Vue 3 Composition API. ### Demo: [https://todo-app.burakgur.vercel.app/](https://todo-app.burakgur.vercel.app/) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).