Course Intermediate 9363
Course Introduction:1. New version based on Vue; 2. The project is about a front-end and back-end separation Web App for takeout business. The functional modules include merchants, products, shopping carts, user management and other modules; 3. The background application technology architecture is: Node + Express + Mongodb + Mongoose; 4. The front-end application technology architecture is: vue + vuex + vue-router + webpack + ES6; 5. Adopt modular, componentized and engineering model development;
Course Intermediate 10928
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 16931
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Z-index does not work with vue-awesome-swiper in Vue + Laravel projects
2023-12-05 12:05:29 0 1 545
javascript - About data binding in Vue
2017-05-19 10:32:29 0 2 630
Absolute position but relative to parent
2023-10-11 12:04:14 0 2 636
javascript - Small issues between Object and vue
2017-06-12 09:29:04 0 3 729
javascript - csp issues when developing Google plug-ins with vue
2017-07-05 11:02:25 0 1 877
Course Introduction:Vue's built-in objects include Vue, Vue instance, data, el, options, parent, root, children, slots, scopedSlots, refs, isServer, attrs and listeners. Vue.js is a progressive JavaScript framework for building user interfaces. In Vue.js, there are some built-in objects or global APIs that can be used to create and manage Vue applications.
2023-11-08 comment 0 1499
Course Introduction:Vue filters are used to format or transform data so that it displays in a better way when rendering. They can format dates, times, currencies, convert text, and filter arrays or objects. Vue provides built-in filters, and you can also create custom filters, which helps simplify templates and improve code maintainability.
2024-04-28 comment 0 551
Course Introduction:The instance object in Vue is a core object that manages application state and behavior, including responsive data, methods, calculated properties, life cycle hooks, etc. Instance objects are created through Vue and contain main components such as data, methods, computed, and life cycle hooks. They are used to operate reactive data, define methods, calculate derived data, handle application life cycle events, and configure application behavior. Understanding instance objects is fundamental to developing Vue applications.
2024-04-30 comment 0 440
Course Introduction:vue and jquery compatible. Reasonable use of JQuery and Vue will not cause conflict because they have different focuses. Vue focuses on data binding and view components, while JQuery focuses on asynchronous requests and animation effects; and JQuery and Vue can complete asynchronous tasks very efficiently when working together.
2021-11-19 comment 0 4983
Course Introduction:Yes, Layui and Vue can be used together to provide a more powerful toolset. Compatible methods include: using Layui's official Vue plug-in, which provides a Vue wrapper for Layui components. Manual integration by importing Layui files and mounting components using the $mount() method. There are version compatibility, API compatibility, and jQuery usage to be aware of. The advantages of being compatible with Layui and Vue include expanding the component library, reusing existing components, and improving development efficiency and maintainability.
2024-04-04 comment 0 839