https://github.com/johnygomez/vue-vuex-typescript-example
Simple todo app using combination of vue, vuex and typescript
https://github.com/johnygomez/vue-vuex-typescript-example
Last synced: 3 months ago
JSON representation
Simple todo app using combination of vue, vuex and typescript
- Host: GitHub
- URL: https://github.com/johnygomez/vue-vuex-typescript-example
- Owner: johnygomez
- License: mit
- Created: 2018-04-06T19:31:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T12:52:31.000Z (about 7 years ago)
- Last Synced: 2025-01-12T12:18:12.985Z (4 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Vue,Vuex,Typescript simple TODO app example
If you are using Visual Studio code, I recommend using [TSLint](https://github.com/Microsoft/vscode-tslint), [TSLint Vue](https://github.com/prograhammer/vscode-tslint-vue) and [Vetur](https://github.com/vuejs/vetur) plugins for linting and syntax highlighting.
Start development server using:
> `$ npm run start`Build project using:
> `$ npm run build`or
> `$ npm run watch`