vite-plugin-localhost-certs
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

vite-plugin-localhost-certs

Use HTTPS localhost-certs in Vite.

Install

npm install vite-plugin-localhost-certs

Usage

vite.config.ts:

import { defineConfig } from 'vite';
import localhostCerts from 'vite-plugin-localhost-certs';

export default defineConfig({
  plugins: [
    localhostCerts(),
  ],
});

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-localhost-certs

Weekly Downloads

7

Version

1.1.3

License

MIT

Unpacked Size

3.89 kB

Total Files

5

Last publish

Collaborators

  • carcinogen75