1.0.1 • Published 7 years ago

fis3-postprocessor-vconsole v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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
        })]
    })