当前位置:网站首页>Common plug-ins for vite project development
Common plug-ins for vite project development
2022-07-03 14:02:00 【pzy_ six hundred and sixty-six】
@vitejs/plugin-vue
effect : For editing vue file
Be careful : The plug-in is suitable for vue3
plugin-vue-jsx
effect : add to vue3 Yes tsx and jsx Support for
vite-plugin-svg-icons
effect : Unified introduction svg File resources , Use as an icon
vite-plugin-eslint
effect : to vite Add runtime eslint Support
vite-plugin-mock
effect : Services used to simulate the back end
vite-plugin-compression
effect : Provide gzip Compress
vite-plugin-html
effect : Provide index.html Compression of and in index.html The function of accessing variables
rollup-plugin-visualizer
effect : Package analysis
- npm as well as ts support library
- Official warehouse
vite-plugin-vue-setup-extend
effect : solve vue3 Next script setup Grammatical sugar Next , Set components manually name Inconvenient question
Be careful : May lead to vue Components debuger when , The position of the breakpoint is incorrect , Please be careful before using ( until 0.4.0 The version still has this problem )
unplugin-vue-components
effect : Realization vue Automatic on-demand import of component library
unplugin-auto-import
effect : Realization vue Automatic import of functions
cross-env
effect : In a general way , Set the environment variable , Solve cross platform problems , Different ways of setting environment variables
边栏推荐
猜你喜欢

Go language web development series 30: gin: grouping by version for routing

Uniapp tips - scrolling components

QT learning 25 layout manager (4)
![Mysql:insert date:SQL 错误 [1292] [22001]: Data truncation: Incorrect date value:](/img/2f/33504391a661ecb63d42d75acf3a37.png)
Mysql:insert date:SQL 错误 [1292] [22001]: Data truncation: Incorrect date value:

Dlopen() implements dynamic loading of third-party libraries

挡不住了,国产芯片再度突进,部分环节已进到4nm

Ocean CMS vulnerability - search php
![[understanding by chance-37]: the structure of human sensory system determines that human beings are self-centered](/img/06/b71b505c7072d540955fda6da1dc1b.jpg)
[understanding by chance-37]: the structure of human sensory system determines that human beings are self-centered

Summary of common error reporting problems and positioning methods of thrift

FPGA测试方法以Mentor工具为例
随机推荐
JVM object lifecycle
MySQL 数据处理值增删改
Golang — template
MySQL data processing value addition, deletion and modification
Use vscode to view hex or UTF-8 codes
RocksDB LRUCache
软件测试工作那么难找,只有外包offer,我该去么?
page owner特性浅析
Unity embeddedbrowser browser plug-in event communication
Implementation of Muduo asynchronous logging
QT learning 22 layout manager (I)
Rasp implementation of PHP
SQL Injection (AJAX/JSON/jQuery)
全面发展数字经济主航道 和数集团积极推动UTONMOS数藏市场
3D vision - 2 Introduction to pose estimation - openpose includes installation, compilation and use (single frame, real-time video)
JVM runtime data area
SQL Injection (GET/Search)
Comprehensive case of MySQL data addition, deletion, modification and query
Unable to stop it, domestic chips have made another breakthrough, and some links have reached 4nm
小项目(servelt+jsp+mysql+EL+JSTL)完成一个登录功能的Servlet,具有增删改查的操作。实现登录身份验证,防止非法登录,防止多点登录,记住用户名密码功能。