https://github.com/ignavan39/vue3-ts-todo
this is a trial repository where I learned to combine things like vue3 and typescript
https://github.com/ignavan39/vue3-ts-todo
todo todolist tutorial typescript vue3 vue3-typescript
Last synced: 8 months ago
JSON representation
this is a trial repository where I learned to combine things like vue3 and typescript
- Host: GitHub
- URL: https://github.com/ignavan39/vue3-ts-todo
- Owner: ignavan39
- License: mit
- Created: 2020-09-30T05:00:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:51:52.000Z (over 2 years ago)
- Last Synced: 2025-09-24T08:49:37.527Z (9 months ago)
- Topics: todo, todolist, tutorial, typescript, vue3, vue3-typescript
- Language: Vue
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-ts-todo
### just a tutorial on the vue3 and typescript
## 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/).