A full featured vue-cli TypeScript and Webpack template for Vue.js 2.0
Inspired by official Vue.js Webpack template
Our main goal with this project is to provide you a feature complete Vue.js template. We like you to be focused on your business and not spending hours in project configuration.
Try it!! We are happy to hear your feedback or any kind of new features.
You need to set up your development environment before you can do anything.
Install Node.js and NPM
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
Download vue-cli
npm install -g vue-cli
Create a new Vue.js project based on this template and follow wizard instructions.
vue init w3tecch/vue-typescript-template my-project-name