vuejs
routes
calling the file s
app.vue
call all files
index js global registeration
statemanagement
create vue project
compoientns
pages
router.js
state,js
create crud
pages/card/index.js, edit.js
create.vue, update.vue
delete popup with confrimation
table wit pagination actions, sorting
inside card routes, state its linked with main route
state also linke with main route
then table component
it will call whenerver required
similary form elements also
call with props
communication between parent to child is props
communcation between child to parent is parent
emit
communication bnetween components is event bus or provide-inject, observables
if it is reusable use composables
axios
mounted,created,updated,destroyed
before ---
computed watch
axios pacakge
main,js import
app.vue-> import router
whichis useful in overall applicaiton
lazyloading
scoped slots in components
interceptors in vuejs
beforeach rotue before each
directives,conditional components
inbuitl components
keepalive
suspense (loader)
asynchronouse function
global state pinia
s
No comments:
Post a Comment