-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Vue
yibinericxia edited this page May 19, 2025
·
6 revisions
A progressive JavaScript/TypeScript framework widely used for developing modern web user interfaces.
- created()
It is called after the instance has finished processing all state-related options before component mounting. API calls can be made here to retrieve data for rendering.
- mounted()
It is called after the component has been mounted, so we can access DOM elements and do something.
- Deep CSS/SASS Selector
::v-deep or >>> can be replaced with :deep() whether using SASS or not. Or use :global()
A modern front-end development tool designed to quickly initiate Web applications, especially Vue projects.