https://github.com/sor4chi/vue-ts-store-todo
Vuex's mockup for introducing Store
https://github.com/sor4chi/vue-ts-store-todo
Last synced: about 1 month ago
JSON representation
Vuex's mockup for introducing Store
- Host: GitHub
- URL: https://github.com/sor4chi/vue-ts-store-todo
- Owner: sor4chi
- Created: 2022-01-30T06:18:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T08:58:41.000Z (about 3 years ago)
- Last Synced: 2025-02-06T05:44:18.469Z (3 months ago)
- Language: Vue
- Homepage: vue-ts-store-todo.vercel.app
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-TS-Store-Todo
DeployedURL https://vue-ts-store-todo.vercel.app/
## 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/).