文章分类 -  JavaScript / Vite

摘要:1. 安装插件: ``` yarn add -D @vitejs/plugin-vue ``` 2. 对 Vite 进行配置,在工程目录下建立 vite.config.js 文件,内容如下: ```js import vue from '@vitejs/plugin-vue'; export def 阅读全文
posted @ 2023-03-16 20:29 HopeLive 阅读(231) 评论(0) 推荐(0)