0.1.10 • Published 3 years ago

interface-portal-plugin v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

interface-portal-plugin

Install

npm install interface-portal-plugin

Feat

add cache feat.

Usage

in your webpack config file

const InterfacePortalPlugin = require("interface-portal-plugin");
...

plugins: [
  ... // other plugin
  new InterfacePortalPlugin({ apitPath: 'your openapi json path' })
  ],

when your build project with watch mode, the swagger_interface dir well be create, end use import interface to your .ts file.

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

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago