interface-portal-plugin
v0.1.10
Published
# Install
Downloads
12
Readme
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.