Vue. Page 3

Vue learning - Lesson 2

Catalog 1. Create Vue instance and data operation 2. Im...
12:07 7 February 2020

Wangcai bookkeeping project - Implementation of Money.vue component

1. Tips: wrap each line quickly Select, press shift twice, enter surround, select surround with exit, and enter li *, w...
8:01 6 February 2020

vue uses swiper rotation chart

The realization and principle explanation of simple carousel chart swiper.vue <template> <div id="hy-swi...
9:46 5 February 2020

Write classification query

Implement commodity classification query The ...
8:40 3 February 2020

Vue made wheels - accordion assembly

1, General usage <div id="app" style="padding-left: 100px"> <g-collpase> <g-collapse-item title="Heading ...
11:58 1 February 2020

vue notes-provide & inject (2)

1. Usage: provide: Used in ancestor components; a value is an object or a function that returns an object; inject: Used in descendant components; val...
11:26 19 January 2020

Using vue and bootstrap to write simple user information

Note: 1.v-model = "" for bi-directional data binding of input form logical layer and rendering layer 2.v-on:click='add() 'click m...
11:10 10 January 2020

api request function based on axios encapsulation

After vue resource is not recommended in vue 2.0, most people choose axios. axios can be used not only in vue, but also in angular and react. So lear...
3:08 3 January 2020

Thoroughly understand JavaScript forEach & map

background In JavaScript, we are certainly familiar with array traversal. The most common two are forEach and map. (of course, there are others such a...
21:18 6 December 2019

Upload forms and attachments

Tools: vue+elementUI(upload component) Requirements: familiar with the uplood components and features of elementUI Get request file upload The upload...
7:45 4 December 2019

Experience in the development of vue mobile terminal

Introducing Mint UI on demand Used in this project mint-ui As a basic ui framework, it has encountered many problems in use. The official website doc ...
6:12 4 December 2019

vue component encapsulation and parent-child component value passing, event handling

In the development of vue, the part with unified function is extracted as an independent component and introduced when it is needed, which can effecti...
1:45 4 December 2019

Encapsulate the table component of element UI, and flexibly configure the header to realize the functions of table editing, button, link, etc.

vue-bxz-table 1. Encapsulate the table component of element UI: Define table height full screen Add foreground paging function. Customize the header a...
22:36 3 December 2019

The use of polar verification in vue project

The projects using vue and react to obtain data, upload data, register and log in are all completed through interfaces, which are easy to be called ma...
11:40 3 December 2019

Webback4. X configuration of vue project

These two days, I played with webback and lay in a lot of holes. Today, I read a blogger's article to solve this problem. He explains each part o...
10:14 3 December 2019

Encapsulate a super simple vue sharing component

Update: from May 2018, jithis will turn off sharing function. Please use http://sharesdk.mob.com/ Or search other social sharing Libraries When devel...
9:38 3 December 2019

On the interceptor of login request of vue axios

When we are making interface requests, such as when we judge the login timeout, it is usually the interface returns a specific error code. If we judge...
7:43 3 December 2019

vuex common practice code (synchronous + asynchronous)

vuex has been used in several projects of vue. To summarize, it is convenient to use Warehouse writing (store.js) 1. Introduction import Vue from &#03...
2:17 3 December 2019

Using form create to dynamically generate vue components

Using form create to dynamically generate vue custom components and nested form components [github] | [description document] maker.create Build custo...
0:34 3 December 2019

Optimization of construction speed of vue-cli2

For the front-end projects created by using Vue cli scaffolding, compiling and publishing are almost necessary operations, some of which only need sec...
21:05 2 December 2019

Use form create to dynamically generate vue components, supporting json format

[github] | [description document] Example let rule = [ { type:'row', children:[ { type:'i-col', props:{ span:12 }, children:[ form...
19:06 2 December 2019

Configuration of axios in nuxt

Need npm axios? At the beginning, I thought that npm axios was needed, just like the common vue SPA development, and this way could work. But it is n...
17:08 2 December 2019

Spring cloud microservices Zuul cross domain issues

At present, the project structure is VUE as the front-end, and the back-end uses the micro service architecture. When developing, the front-end needs ...
16:49 2 December 2019

mongodb installation under Centos7 and its simple and practical application

i skeleton spirit Concern August 20, 2018 17:45 * words 141 read 76 comments 0 like 0 mongodb version: 4.0 Official website installation tutorial For...
12:50 2 December 2019

vue wechat sharing (actual battle)

Today, I met the demand of wechat sharing. Generally speaking, it's relatively simple, but I still met a hypothetical pit (really hypothetical) a...
11:39 2 December 2019

Vue element UI vuex for skin switch

1. install sass npm install --save-dev sass-loader npm install --save-dev node-sass 2. Add configuration in the rules of webpack.base.conf.js under t...
11:13 2 December 2019

Configuration of navigation bar path (breadcrumb) based on iView UI

cause The back office management systems of the previous company are all brush out, which have not written the back office management system for a lon...
0:19 2 December 2019

Automatic deployment of front-end based on vue cli, automatic backup of index.html, version returnable

Expect: Hope to realize remote server deployment through npm command Deployment includes test environment and production environment Before packaging ...
5:56 8 November 2019

Front-end technology: how to execute methods in the UI after vuex state management action asynchronous call ends

1. Origin of the problem Recently, when working on the vue.js project, we encountered the problem of communication and interoperability between vuex s...
19:11 7 November 2019

Those js that are often used but are not easy to write in the background -- multiple box event

jquery implementation Import jquery file // Online introduction <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.4.min.js" t...
17:23 6 November 2019