It's time to come. There are new features in ES12!
Author: KUMAR HARSH Translator: front end Xiaozhi Source: blog
There are dreams and dry goods. Wechat search [Daqian world] pays attention to this bowl washing wisdom who is still washing dishes in the early morning.
This article GitHub https://github.com/qq449245884/xiaozhi It has been included. There are complete test sites, materials ...
Added by olygolfer on Mon, 17 Jan 2022 18:39:03 +0200
vue packaging and publishing to Linux
I vue front end project packaging Developing projects using vscode
In the config directory of prod.env The IP address and port number of our back-end server are configured in the. JS file. Because this is in the actual deployment, the project must be deployed in the generation environment. As shown in the figure:
prod.env.js Index. In the con ...
Added by el_timm on Mon, 17 Jan 2022 18:32:55 +0200
[solution] how to verify the size of ElementUI pictures before uploading them and upload them to Sina SCS?
Method for verifying dimensions before uploading ElementUI pictures
I upload component usage of ElementUI
For specific attributes, you can view the official document. Here is the hook function: before upload = "beforeavatarupload". You can know from the name that this is the method executed before uploading the image. Here you can p ...
Added by thedarkwinter on Mon, 17 Jan 2022 16:19:28 +0200
vite + vue3 + ts Usage Summary
At this stage, the use of vite + ts in the development of vue3 projects should have become a standard paradigm. The new syntax experience vue composition api is combined with script setup. Who knows? In terms of development and construction, vite, as a next-generation construction tool, must be understood by everyone. Using ES6 module + ESbuild ...
Added by miro_igov on Mon, 17 Jan 2022 14:52:45 +0200
Come to markdown editor md-editor-v3 in Kangkang vue3 environment. It supports tsx and dark mode~
Development background
All this comes from developing vue3-admin There is no appropriate editor component when the demo content of.
explain
It can only be used under vue3 project, developed with jsx syntax, and used in tsx project. To reduce insertion, less. Is not used Modifyvars method to switch topics, instead of replacing the class name. ...
Added by russellpehrson on Mon, 17 Jan 2022 09:39:32 +0200
Drag the mouse to create a selection and select the element
Welcome to personal blog website: Firefly forest: https://blog.xkongkeji.com
Recently, to make an editor, you need a function of dragging and dropping the selection area with the mouse to facilitate batch selection of elements and corresponding operations. All of you have this article.
Effect display
Create selection component
1. To sele ...
Added by halojoy on Mon, 17 Jan 2022 09:34:42 +0200
Vue foundation - Vue introduction, axios, component foundation, basic use of routing, scaffold project construction
Getting started with VUE
summary
VUE uses two-way data binding to bind dom objects and data together. In this way, there is no need to operate dom objects. If you modify the data directly, the dom objects will change immediately
vue application composition
view
<div id="app">
</div>
Generally, the id is specified as app, whic ...
Added by krio on Mon, 17 Jan 2022 06:45:00 +0200
Super detailed! Vue coderwhy personal study notes (Day3-Day4)
preface
This article is followed by a note
Super detailed! Vue coderwhy personal study notes (I) (Day1-Day2)This is mainly a Day3-Day4 content note
4, Component development
(1) I. content overview
Understanding componentizationRegister componentsComponents and other supplementsComponent data storageParent child component communication ...
Added by coolen on Mon, 17 Jan 2022 05:23:52 +0200
Vue3 design idea -- implement a simple createApp factory function
Vue3 design idea – implement a simple createApp factory function
Compared with Vue 2, Vue 3 has made a qualitative leap, especially a lot of low-level logic work. The speed of vue3 is much happier than before. With Vite, developers can have a better development experience.
Looking at the code, we can see that the instance created af ...
Added by fert on Mon, 17 Jan 2022 00:09:29 +0200
maptalks Development Manual - Introduction
Why maptalks
As buddies, partners know that every map vendor is bound to their own map resources. For example, very popular mapBox, Gd, Baidu, Tencent, etc., you must register their products, get key, and then call api to carry out map related operations, though it brings convenience, but there is also this limitation.
Then someone may as ...
Added by dellwoodbu on Sun, 16 Jan 2022 13:28:29 +0200