https://github.com/wangxiaoyugg/vue-todo-ts
vue todo ts demo
https://github.com/wangxiaoyugg/vue-todo-ts
Last synced: 3 months ago
JSON representation
vue todo ts demo
- Host: GitHub
- URL: https://github.com/wangxiaoyugg/vue-todo-ts
- Owner: WangXiaoyugg
- Created: 2019-06-09T03:13:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:44:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T16:48:17.037Z (11 months ago)
- Language: TypeScript
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todo-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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).