CourseIntermediate7542
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.
CourseIntermediate8779
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.!
CourseIntermediate14016
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?
javascript - Vue is not defined
2017-05-19 10:35:32 0 3 1394
How to access VUE instance in vue-router?
2017-05-19 10:24:34 0 1 1001
Course Introduction:I won’t go into details about how good Vue is when used with FamilyMart for projects, and let’s get straight to the point. 1. Vue In series one, the Vue project has been built using vue-cli, so I won’t go into details here. 2. Vue-router For the routing of Vue, first provide the documentation (https://router.vuejs.org/zh-cn/). What is the positioning of routing in FamilyMart? Create a single-page application! Simple! We know that Vuejs is an application composed of a series of components. Since it is a component, it needs to be combined and the components
2018-05-15 comment 04455
Course Introduction:Vue is a popular front-end framework favored by many developers for its flexibility and ease of use. In order to better develop Vue applications, the Vue team has developed a powerful tool-Vue-cli, which makes it easier to develop Vue applications. This article will introduce you to the use of Vue-cli in detail. 1. Install Vue-cli Before using Vue-cli, you need to install it first. First, you need to make sure you have Node.js installed. Then, install Vue-c using npm
2023-06-26 comment 02111
Course Introduction:The process of building vue scaffolding is: first install node.js; then use npm to install vue-cil or use the "cnpm install -g vue-cli" command to install vue scaffolding; finally use vue scaffolding to build the vue project.
2021-02-02 comment 05853
Course Introduction:How to use vue amap: First download the template of vue webpack through "vue init webpack vueamap"; then use "cnpm install vue-amap --save" to install vue-amap; finally use this component library.
2020-12-14 comment 02418
Course Introduction:Vue is one of the most popular front-end frameworks currently. It is not only simple and easy to use, but also has strong scalability. One of the plug-ins worth paying attention to is vue-router. vue-router is the official routing plug-in for Vue. It can better control routing navigation in Vue applications, make the relationship between routing and components clearer, and improve the user's interactive experience. This article will explain in detail how to use Vue-router and its wonderful uses. 1. Installation and use Before using vue-router, you need to first
2023-06-09 comment 01011