Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/todo-list
https://github.com/brandaoplaster/todo-list
typescript vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandaoplaster/todo-list
- Owner: brandaoplaster
- Created: 2024-09-08T21:51:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T01:35:54.000Z (3 months ago)
- Last Synced: 2024-10-13T02:40:56.919Z (3 months ago)
- Topics: typescript, vue
- Language: Vue
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
## 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/).