learn-vuejs

  • Missing write access to.... = sudo npm install

  • running the app = npm run serve

  • create project = vue create OR vue ui

  • Single page app

  • Component: template, script, style tag

  • script tag = export default {name, components, data(){}, created(){}, methods}

  • v-bind:class, v-on, @click=$emit('actionName', returnValue)

  • filetype vue extension => using Vetur in VSCode

  • Http request using Axios

  • id generator using uuid

  • router

Q&A

Additional