issues
search
microsoft
/
TypeScript-Vue-Starter
A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k
stars
591
forks
source link
Pure Typescript component
#30
Open
Grafikart
opened
6 years ago
Grafikart
commented
6 years ago
npm run dev
starts webpack dev server with hot reload enabled
new HelloTs.ts component to show that we can use pure typescript file to work with VueJS.
Custom loader to make Hot Module Reload work with .ts files (I use the decorator to find VueJS Components).
Added fork plugin to type check faster
msftclas
commented
6 years ago
All CLA requirements met.
npm run dev
starts webpack dev server with hot reload enabled