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...
vue uses swiper rotation chart
The realization and principle explanation of simple carousel chart swiper.vue <template> <div id="hy-swi...
Vue made wheels - accordion assembly
1, General usage <div id="app" style="padding-left: 100px"> <g-collpase> <g-collapse-item title="Heading ...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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 ...
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...
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...