git clone https://github.com/vuejs-templates/webpack-simple.git
vue init ./webpack-simple meuprojeto
cd meuprojeto npm install npm run dev npm run build npm run unit npm run e2e