Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Components

You 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/).