Read Catalogue
First, why components are important
Second, the basic knowledge of the components inside Vue
1, the concept of components
2. Principle of components
3, the use of components
Third, the packaging of their own component
1, using component package bootstraptable
2. Package Select
3. View other Vue framework source code
Look at the interview questions, just to check the gaps, to see their own aspects still do not understand. Remember not to think that the back of the test, it is all right, it is best to understand the principle behind, so that the interview can be talked about. Otherwise, a little bit of the level of the interviewer can see, whether there is true knowledge or just back in the face of the question. (All of the basic Vue interview questions, the great
A deep understanding of how to use vue-loader and vue-loader
. Vue format files use HTML-like syntax to describe vue components. Each. vue file contains three basic language blocks :,
Vue-loader parses each language block in the
Vue. js -- 60-minute webpack Project template Quick Start, vue. jswebpackOverview
Browserify is a CommonJS-style module management and packaging tool. In the previous article, we briefly introduced a set of development templates built by Vue. js Based on browserify. Webpack provides similar features as browserify. It provides better features in front-end resource
Vue. js Usage Details, vue. js details
Vue. js tutorial
Vue. js (pronunciation/vju example/, similar to view) is a progressive framework for building user interfaces.
Vue only pays attention to the view layer and adopts the bottom-up incremental development design.
The goal
Describes how vue-meta allows you to manage header tags more elegantly, and describes vue-meta
In the Vue SPA application, if you want to modify the HTML header tag, you may directly do this in the Code:
// Change titledocument. title = 'What? '// Introduce a piece of scriptlet s = document. createElement ('script') s. setAttribute ('src ','. /vconsole. js') docu
Use Vue. js and Flask to build a single-page App example, vue. jsflask
In this tutorial, we will explain how to connect a single-page vue. js application to the Flask backend.
In general, if you just want to use the vue. js library through the Flask template, there is no problem. However, it is actually a very obvious
Vue response principles and vue Response Details
One of the notable features of the Vue mouth is the reactivity system. The model is just a common JavaScript Object, and the view is updated when it is modified ).
Underlying details of a Vue responsive system
How to track changes
Transmits a common JavaScript Object to
Before section 51 and a netizen discuss front-end technology, the other side mentions Vue, Vue-route if with Requirejs application. At that time I did not think very clearly, nor can the netizen an accurate reply, but I promise to him after 51 study to give him a reply. It was a one-day study that I got into the study for a week, this procrastination ...Gossip Few, go to the chaseFirst, the sample code desc
Detailed description of the proxyTable cross-domain problem summary in the vue-cli project, vue-cliproxytable
What is cross-origin?
The same-origin policy specifies that the two URLs are considered cross-origin if there is any difference between the Protocol, domain name, and port.
What are the cross-origin solutions?
1. JSONP is short for JSON with padding (filling JSON or parameter JSON.
The principle of
Vue-cli webpack template project configuration file analysis, vue-cliwebpack
Because a small item is recently written based on the webpack template project generated by vue-cli, some related configurations in build and config need to be changed during the development process, so I just took this opportunity to read all the configuration files and take a look at t
Communication between Vue. js components and vue. js Components
Preface
Because Vue. js is very interested, and the technology stack that we usually work on is also Vue. js. I spent some time studying Vue over the past few months. js source code, and summarized and output.
T
Get ready:
Vue.js was originally a learning vue component.
Require.js then thought of loading with require
R.js file Too many merges
File directory
Ignore some files and folders
First, say Vue components
Introduce Vue and introduce Vue components first
Vue.extend ({}) defines the component template data metho
Build a Vue. js development environment and build a vue. js Development Environment
I. Introduction
What is Vue. js?
Vue. js (pronunciation/vju example/, similar to view) is a setProgressive framework. Different from other heavyweight frameworks, Vue adopts a bottom-up and
Vue, react, angular three mainstream framework, finally I choose to learn Vue, contact react, I feel a little steep learning curve, and then I chose to learn Vue, his learning curve a lot of smooth; no matter what frame to choose, in addition to the basic knowledge have a certain understanding of the master, but also should ES6 have a certain understanding;
This
Learn a little bit of programming every day PDF ebook, video tutorial free download:Http://www.shitanlife.com/code I. PrefaceTake advantage of the last day of October to write a practical blog about the internationalization of the front-end. Internationalization should be not unfamiliar, is a website, application can realize the language switch.In this not to talk about the principle, only to say how to achieve the Chinese and English switching. Do the technology must first make the demo.Second,
Vue-cli entry-level project structure analysis, vue-cli entry-level project
Preface
In the previous project setup article, we have downloaded and installed the node environment and vue-cli, and successfully built a vue-cli project. Next, let's sort out the structure of the vue
The following describes how to handle the path referenced in a single vue file: vue
Preface
Vue single-file components are very commonly used when using Vue. During the development of vue single-file components, file path processing may be involved in single-file templates,
How to resolve the source code of Vue components and the source code of vue Components
On the official website, component inheritance is divided into two categories: global components and local components. Either way, the most important thing is to create components, and then register components according to different scenarios.
Remember that "Vue. js components
Vue. js: custom components and vue. js
OverviewWe know that a Vue instance can be bound to a view through el, that is, it acts as a ViewModel. In fact, a Vue instance can not only act as a ViewModel, in addition, you can see a component, that is, including both the View and ViewModel, which can form an independent in
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.