svrxjs / svrx-plugin-vconsole

vconsole plugin for svrx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svrx-plugin-vconsole

svrx npm

The svrx plugin for vConsole

Usage

Please make sure that you have installed svrx already.

Via CLI

svrx -p vconsole

Via API

const svrx = require('@svrx/svrx');

svrx({ plugins: [ 'vconsole' ] }).start();

Options

License

MIT

About

vconsole plugin for svrx

License:MIT License


Languages

Language:JavaScript 80.4%Language:HTML 19.6%