1.1.3 • Published 1 year ago

vite-plugin-localhost-certs v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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(),
  ],
});
1.1.3

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago