Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leecason/vue3-todo-app
基于 Vue3 Composition Api 快速构建一个 TODO 应用,A Todo app using Vuetify with Vue 3 composition-api
https://github.com/leecason/vue3-todo-app
composition-api todo-app typescript vue3 vuetify
Last synced: 3 months ago
JSON representation
基于 Vue3 Composition Api 快速构建一个 TODO 应用,A Todo app using Vuetify with Vue 3 composition-api
- Host: GitHub
- URL: https://github.com/leecason/vue3-todo-app
- Owner: Leecason
- Created: 2020-02-24T06:28:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:37:26.000Z (about 2 years ago)
- Last Synced: 2023-03-03T17:52:30.584Z (almost 2 years ago)
- Topics: composition-api, todo-app, typescript, vue3, vuetify
- Language: Vue
- Homepage: http://leecason.github.io/vue3-todo-app
- Size: 2.2 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-todo-app
This is a Todo App with the Vue.js 3 Composition API for
- 📗Learning how to use Vue 3 Composition API
- 📙Learning the way to integrate Vue3 to 2
- 📘Using TypeScript with Vue Single File ComponentsYou can visit online Demo 👉[here](http://leecason.github.io/vue3-todo-app/)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).