|
2 hafta önce | |
---|---|---|
.. | ||
dist | 2 hafta önce | |
node_modules | 2 hafta önce | |
plugin | 2 hafta önce | |
LICENSE.txt | 2 hafta önce | |
README.md | 2 hafta önce | |
package.json | 2 hafta önce |
Use mkcert to provide certificate support for vite https development services.
http/2
to solve the concurrency limit of vite http dev server requests, you find that the browser cache is invalid #2725.View
yarn add vite-plugin-mkcert -D
import {defineConfig} from'vite'
import mkcert from'vite-plugin-mkcert'
// https://vitejs.dev/config/
export default defineConfig({
server: {
https: true
},
plugins: [mkcert()]
})
Whether to force generate.
Whether to automatically upgrade mkcert
.
Specify the download source of mkcert
, domestic users can set it to coding
to download from the coding.net mirror, or provide a custom BaseSource.
If the network is restricted, you can specify a local mkcert
file instead of downloading from the network.
Custom hosts, default value is localhost
+ local ip addrs
.
For the certificates to be trusted on mobile devices, you will have to install the root CA. It's the rootCA.pem
file in the folder printed by mkcert -CAROOT
.
On iOS, you can either use AirDrop, email the CA to yourself, or serve it from an HTTP server. After opening it, you need to install the profile in Settings > Profile Downloaded and then enable full trust in it.
For Android, you will have to install the CA and then enable user roots in the development build of your app. See this StackOverflow answer.
Set the environment variable DEBUG
=vite:plugin:mkcert
Use mkcert to install the local CA
certificate and generate it for server.https Server certificate.
mkcert
save directory: PLUGIN_DATA_DIRCA
certificate: mkcert -uninstall