An open API service indexing awesome lists of open source software.

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

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`