https://github.com/samuraikun/vue-typescript-todomvc
https://github.com/samuraikun/vue-typescript-todomvc
todomvc typescript vue vue-class-component vue-property-decorator vuex
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/vue-typescript-todomvc
- Owner: samuraikun
- Created: 2020-01-18T04:50:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:01:51.000Z (about 3 years ago)
- Last Synced: 2025-03-15T23:22:25.914Z (10 months ago)
- Topics: todomvc, typescript, vue, vue-class-component, vue-property-decorator, vuex
- Language: Vue
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-typescript-todomvc
inspired by http://todomvc.com/
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).