vue-typescript
Typescript decorators to make vue feel more typescripty
File Explorer
Download Latest Version (.zip)- config.d.ts
- config.js
- config.js.map
- index.d.ts
- index.js
- index.js.map
- prop.d.ts
- prop.js
- prop.js.map
- utils.d.ts
- utils.js
- utils.js.map
- vuecomponent.d.ts
- vuecomponent.js
- vuecomponent.js.map
- watch.d.ts
- watch.js
- watch.js.map
- config.ts
- index.ts
- prop.ts
- utils.ts
- vuecomponent.ts
- watch.ts
- _testutils.ts
- computed.test.ts
- mocha.opts
- prop.test.ts
- vuecomponent.test.ts
- watch.test.ts
- index.d.ts
- typings.json
- index.d.ts
- typings.json
- index.d.ts
- typings.json
- index.d.ts
- typings.json
- index.d.ts
- typings.json
- index.d.ts
- .gitignore
- .npmignore
- LICENSE
- package.json
- README.md
- roadmap.yml
- screenshot.png
- tsconfig.build.json
- tsconfig.json
- typings.json
- vue-typescript-0.5.0.tgz
# Installation Guide
1. Get the code
git clone https://github.com/itsfrank/vue-typescript
Downloads the entire project code from GitHub to your computer.
cd vue-typescript
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save vue-typescript
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
