vuejs_widget Test for vuejs and widget appt-land Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint Customize configuration See Configuration Reference. Get Version vue --version Uninstall vue 2.x npm uninstall vue-cli -g Install vue-cli 3.x npm install -g @vue/cli Create a Vue project mkdir vuejs_widget cd vuejs_widget vue create . --or-- vue create vuejs_widget