Course Introduction:About one year ago we finally migrated from Vue 2 to Vue 3. It was 6 months before its official end of life. At the time, our app has around 100 pages and 300 components, and used some of the classic dependencies tied to Vue: Vue-router, Pinia (and P
2024-11-13 comment 0 508
Course Introduction:You can query the Vue version by using Vue Devtools to view the Vue tab in the browser's console. Use npm to run the "npm list -g vue" command. Find the Vue item in the "dependencies" object of the package.json file. For Vue CLI projects, run the "vue --version" command. Check the version information in the <script> tag in the HTML file that refers to the Vue file.
2025-04-07 comment 0 793
Course Introduction:Looking to share code between your Vue components? If you're familiar with Vue 2, you've probably used a mixin for this purpose. But the new Composition API,
2025-04-07 comment 0 998
Course Introduction:How to configure VSCode to write Vue: Install the Vue CLI and VSCode Vue plug-in. Create a Vue project. Set syntax highlighting, linting, automatic formatting, and code snippets. Install ESLint and Prettier to enhance code quality. Integrated Git (optional). After the configuration is complete, VSCode is ready for Vue development.
2025-04-16 comment 0 790
Course Introduction:Use the Vue constructor to create a Vue instance, which is a function that receives an option object and returns an instance. How to use: Import the Vue module. Creates an option object that contains component options. Instantiate the Vue constructor using the new keyword. With this method, we can create Vue instances with specific data and templates and provide properties and methods for interaction and management.
2025-04-08 comment 0 646
Course Intermediate 9506
Course Introduction:In this chapter, we use vue-cli4 to build the vue mall homepage. The technical hot spots involved mainly include: bus sibling component communication, axios asynchronous request, watch data monitoring, etc.!
Course Intermediate 8438
Course Introduction:Realize the packaging of the project, talk about several ways to develop mobile apps, use HBuliderX to package mobile websites into mobile apps, talk about the role of defineProperty, talk about the difference between server-side rendering and client-side rendering, understand the role of Nuxt, understand The role of asyncData.
Course Intermediate 15007
Course Introduction:What kind of sparks will come from the collision between thinkphp5.1, which has done a lot of optimization for API development, and vue, a progressive framework for building user interfaces? How can Ele.me, the overlord of the fast food industry, be developed?
Course Intermediate 44445
Course Introduction:Vue.js is a very popular front-end development framework that adopts a progressive bottom-up development model and uses the mainstream MVVM design framework. This course is based on the core concepts and common technologies of Vue.js development, allowing you to understand and master the core knowledge of the Vue.js framework in the shortest possible time, laying a good foundation for further study.
Course Intermediate 14900
Course Introduction:Vue.js is a very popular front-end development framework that adopts a progressive bottom-up development model and uses the mainstream MVVM design framework. This course is based on the core concepts and common technologies of Vue.js development, allowing you to understand and master the core knowledge of the Vue.js framework in the shortest possible time, laying a good foundation for further study.
2017-07-03 11:41:26 0 2 1823
javascript - Vue is not defined
2017-05-19 10:35:32 0 3 1632
How to access VUE instance in vue-router?
2017-05-19 10:24:34 0 1 1259
node.js - vue-cli cannot create project.
2017-06-24 09:43:37 0 3 1294
How to fix "Vue package version mismatch" error on Vue js 3
2024-01-01 20:43:19 0 1 884