fis3-postprocessor-vconsole

1.0.1 • Public • Published

fis3-postprocessor-vconsole

a plugin of fis3 to insert the vconsole tools

Install

npm i fis3-postprocessor-vconsole

Usage

add to your fis-conf.js

fis.media('dev')
    .match('/*.html', {
        postprocessor: [fis.plugin('vconsole', {
            noElements: true, // not use vconsole-elements plugin, default: false
            noResources: true // not use vconsole-resources plugin, default: false
        })]
    })

Readme

Keywords

Package Sidebar

Install

npm i fis3-postprocessor-vconsole

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • imweb