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
- Clear all stores or set them all to its initial state : vuejs/vuex#1118
Additional
- Vuetify: https://vuetifyjs.com/en/
- Momentjs: https://momentjs.com/
- Epoch & unix stamp converter: https://www.epochconverter.com/