上传者: 42110038
|
上传时间: 2021-11-10 10:18:42
|
文件大小: 50KB
|
文件类型: -
Vite-plugin-mpa
开箱即用的多页面应用程序,用于Vite,支持Vue2 / 3,React等
动机
访问本机支持多页,但必须配置rollupOptions.input
在访问开发人员时,必须为$projectRoot/src/pages/index/xxx.html打开localhost:3000/src/pages/index/xxx.html $projectRoot/src/pages/index/xxx.html
vue-cli帮助重写MPA的URL,此插件执行相同的操作并自动为您打开第一页
实验:构建时,为您整理文件夹(如vue-cli), dist/src/pages/subpage/index.html将移至dist/subpage/index.html
用法
yarn add vite-plugin-mpa
// vite.config.ts
impo