Instructions 1. Install Vue CLI, if it's not already installed npm install --global @vue/cli 2. Create a new project, then choose the "Manually select features" option vue create vue-ts-starter npm install vue-material --save Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference.