https://github.com/gravitano/vue-ts-todos
Todo List using Vue and TypeScript
https://github.com/gravitano/vue-ts-todos
Last synced: 3 months ago
JSON representation
Todo List using Vue and TypeScript
- Host: GitHub
- URL: https://github.com/gravitano/vue-ts-todos
- Owner: gravitano
- Created: 2019-09-12T03:05:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T08:39:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T07:27:05.354Z (5 months ago)
- Language: Vue
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).