vue uses TradingView to make K-line diagram (imitating fire coin) for detailed explanation

preface: The project needs to write a K-line diagram. The charts of echarts can't realize the functions inside, so it's really a headache to use TradingView. Baidu has few things, and it took a long time to realize them. design sketch: The k-line is updated in real time and can jump normally according to the data index.html introduces js and ...

Added by dessolator on Mon, 21 Feb 2022 14:04:40 +0200

The use of Vue Router 4 is thoroughly explained in an article

Vue 3.X using Vue router 4 X for routing configuration, let's study how to use Vue router 4 x. All usage methods in this article are using the Composition API. This paper introduces Vue router 4 step by step X to build a simple blog system, so that you can understand the new version of Vue router 4 X has a complete understanding, and then can ...

Added by nkyoung1 on Mon, 21 Feb 2022 13:42:20 +0200

Encapsulation of background interface method of uni app request

preface: Request background interface for method collation in uni app. Personal encapsulated version and official method. Official entrance: Package version: see the following table of contents 1. Create a new folder api, which mainly puts the interface information login.js interface method for putting login page import axios from '../u ...

Added by gl_itch on Mon, 21 Feb 2022 13:28:55 +0200

Introducing tinymce rich text editor into Vue project

Introduce tinymce rich text editor into Vue project The rich text editor originally used in the project is wangEditor , this is a very lightweight and concise editor However, the company's business upgrade requires a more comprehensive editor. I've been looking for it for a long time. At present, the common editors are as follows: UEditor : ...

Added by karenruth on Mon, 21 Feb 2022 05:26:16 +0200

Deploy vue or react projects (Tencent cloud simple)

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. ① Purchase Tencent cloud (essential) 1. ...

Added by kingssongs on Mon, 21 Feb 2022 00:16:38 +0200

Advanced cross platform application development: uploading pictures with uni app

1, Foreword When using uni App to develop cross platform App projects, the functional requirements for uploading pictures, documents and other resources are very common: click the picture frame button to select picture upload, click each picture to preview, and click the delete icon of each picture to delete the corresponding picture. Th ...

Added by mhodge87 on Sun, 20 Feb 2022 15:27:10 +0200

Vue learning 15 built-in instructions and custom instructions

Built in instruction and custom instruction Built in instruction The built-in instructions are written by Vue and can be used directly by users. We have used them in previous studies. v-bind: one way binding parsing expression, which can be abbreviated as: xxx v-model: bidirectional data binding v-for: traversing arrays / objects / strings v- ...

Added by doc on Sun, 20 Feb 2022 14:31:45 +0200

1 supplement: function of editing goods

In the original video, the teacher skipped this function. I think I can exercise myself by implementing it, so I added the editing function The editing functions of the previous modules are different from those of user management and permission management. Because commodities have many editable options, you can choose to edit them separate ...

Added by number67a on Sun, 20 Feb 2022 10:05:08 +0200

[vue2 component encapsulation learning] vue2 component encapsulation learning Dialog box Dialog box

Write in front Due to the use of learning records, there are imperfections. We will improve and release the source code after all learning (should). Thank you for reading step Create base template establish. vue file, named APL dialog vue, use the shortcut key to put on the three piece set of components (template,script,style) In order to a ...

Added by laserlight on Sun, 20 Feb 2022 05:33:59 +0200

Basic introduction of Vue

1, Introduction 1,Vue. What is JS Vue (pronunciation / vju) ː/, Similar to view) is a progressive framework for building user interfaces. Vue's core library only focuses on view layers, which is not only easy to start, but also easy to integrate with third-party libraries or existing projects. On the other hand, when combined with modern to ...

Added by CJLeah on Sun, 20 Feb 2022 04:45:07 +0200