Remember the page practice of vue3+vite+vant+axios mobile terminal (vant pull-up load / pull-down refresh, introducing axios)

Recently, I started an enterprise wechat internal application (OA). Thinking about internal use, I took vue3 to practice. vue3 has been out for a long time. The current version @3.2⇲ , in addition Chinese website ⇲ Also came out, as a poor English party should also learn, ha ha~~~ I chose the UUTF-8...

Posted by Incessant-Logic on Mon, 02 Aug 2021 05:20:09 +0930

Vue3 learning and actual combat · component communication

When building medium and large web applications with Vue3, component communication is inevitable. This article will specifically introduce how to use props, \ (emit, expose / ref, \) attrs, v-model, provide / inject, Vuex, MIT and other methods of Vue3 for component communication. 1.props ThereUTF-8...

Posted by elacdude on Sat, 01 Jan 2022 07:41:48 +1030

Vite 2.0 + React + TypeScript + Antd simple scaffolding

prefaceVite has been out for a long time. At first, it supports Vue, but now it is no longer limited by the framework. Vite solves the problem of long waiting time for each project startup and packaging construction. Vite solves this problem and improves development efficiency and experience. TUTF-8...

Posted by dark22horse on Wed, 05 Jan 2022 02:14:48 +1030

Build the project with vite and support the micro front end

Benefit from Super high performance of esbuild , vite has attracted much attention since its birth, and has always maintained active development iterations. So far, vite has iterated to version 2.7.10, and all aspects basically meet the conditions for production and use. During this time, I triUTF-8...

Posted by Poomerio on Fri, 14 Jan 2022 13:04:41 +1030

vite + vue3 + setup + pinia + ts project practice

introduceA project developed using vite + vue3 + pinia + ant design Vue + typescript complete technical route, with second level development update launch, new vue3 composition api combined with setup to enjoy smooth development experience, new pinia state manager and excellent design experiencUTF-8...

Posted by bhanu on Mon, 17 Jan 2022 23:07:29 +1030

Using vite instead of webpack to build react front-end development environment

explain In large front-end projects, we usually use webpack, Rollup and other tools for module integration, but the huge amount of code will make us spend more time in the development stage (code change -- > page rendering). Even if we use HMR, the problem has not been completely solved. The amUTF-8...

Posted by dgh1981 on Thu, 27 Jan 2022 13:30:41 +1030

Using ArcGIS API for JavaScript 4.18 in Vite

This article will introduce how to use ArcGIS API for JavaScript 4.18 in vue3 projects initialized with Vite to develop GIS projects. 1. Introduction to ArcGIS API for JavaScript 4.18 The changes of version 4.18 of ArcGIS API for JavaScript compared with version 4.17 are as follows: Support ES UTF-8...

Posted by tidalik on Tue, 19 Apr 2022 05:04:49 +0930