testvp1-ui
v0.2.5
Published
A test vue project
Downloads
7
Readme
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.
package.json文件中的配置
"main":"", //指定入口文件
"module":"", //指定es模块入口文件
"files":[], //指定打包时包含的文件
