You are on page 1of 1

https://dev.

to/iotapp/build-a-home-security-dapp-with-vue-iotapp-40jg
https://cli.vuejs.org/

Dependencies
NPM
Vue CLI
Arduino IDE

step1 - Install dependencies vue


npm install -g @vue/cli

step2 - create the app


vue create front
cd front
npm run serve
npm run build

Install npm
npm install npm@latest -g

Install Vue
npm install -g @vue/cli

https://vuex.vuejs.org/installation.html#direct-download-cdn

npm install vuex --save


npm install webservices ---save
npm install --save @/services/WebService
npm install --save-dev url-loader

You might also like