Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 431 Bytes

Vue,Vuex,Typescript simple TODO app example

If you are using Visual Studio code, I recommend using TSLint, TSLint Vue and Vetur plugins for linting and syntax highlighting.

Start development server using:

$ npm run start

Build project using:

$ npm run build

or

$ npm run watch