https://github.com/thecodingmontana/vue-typescript-todo-app
Todo App (Vue 3 + Vuex + TypeScript)
https://github.com/thecodingmontana/vue-typescript-todo-app
typescript vue-typescript
Last synced: 4 months ago
JSON representation
Todo App (Vue 3 + Vuex + TypeScript)
- Host: GitHub
- URL: https://github.com/thecodingmontana/vue-typescript-todo-app
- Owner: thecodingmontana
- Created: 2021-12-04T16:11:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T16:20:03.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:33:34.120Z (5 months ago)
- Topics: typescript, vue-typescript
- Language: Vue
- Homepage: https://vue-typescript-todo-app.web.app
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-typescript-with-no-class
## 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/).