0.1.9 • Published 2 years ago

vite-plugin-interface-portal v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vite-plugin-interface-portal

use hmr hook to update swagger api & interface

using webpack? (interface-portal-plugin)https://www.npmjs.com/package/interface-portal-plugin

Using

// in vite.confing.js
import InterfacePortal from "vite-plugin-interface-portal";

export default defineConfig({
  plugins: [
    // other  code
    InterfacePortal({ apiPath: "your swagger ui json path" }),
  ],
});

Please don't push swagger_interface dir to your code repository.

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago