Introduction
vue-typescript is base on vuejs-templates/webpack. Before using vue-typescript
, it is recommended to look at the this document first.
Versions
vue: 2.x
vue-loader: 13.x
webpack: 3.x
typescript: 2.4+
Quick Start
To use this template, scaffold a project with vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.
npm install vue-cli -g
vue init MMF-FE/vue-typescript my-project
cd my-project
npm install
npm run dev