文件名称:vue2-vite-plugin-test
文件大小:142KB
文件格式:ZIP
更新时间:2024-04-23 10:41:44
JavaScript
vue2-vite-plugin 项目设置 安装 yarn install or npm install 开发者 恶作剧 yarn run serve-vite or npm run serve-vite Vue / CLI yarn run serve or npm run serve 建造 恶作剧 yarn run serve-build or npm run serve-build Vue / CLI yarn run build or npm run build 通话步骤 先通过@ vue / cli创建一个vue2 + ts的初始项目 帖子vite yarn add vite vite-plugin-vue2 修改package.json " scripts " : { " serve-vite " : " vite " , } 添加vite htm
【文件预览】:
vue2-vite-plugin-test-main
----.gitignore(231B)
----tsconfig.json(658B)
----README.md(2KB)
----vite.config.js(792B)
----.browserslistrc(30B)
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----.prettierrc(133B)
----package.json(1KB)
----src()
--------components()
--------env.d.ts(297B)
--------views()
--------shims-vue.d.ts(74B)
--------router()
--------App.vue(549B)
--------styles()
--------main.ts(456B)
--------shims-tsx.d.ts(306B)
--------store()
--------assets()
----config()
--------index.js(570B)
----index.html(653B)
----babel.config.js(67B)
----yarn.lock(443KB)
----.eslintrc.js(1KB)
----vue.config.js(281B)