vuejs-retro-console

VueJs Retro Console with classic lime green


Keywords
console, vue, retro, lime
License
MIT
Install
npm install vuejs-retro-console@0.1.5

Documentation

VueJs Retro Console

Simple output console component for VueJs with classic limegreen color.

How import?

import RetroConsole from "vuejs-retro-console";

Live:

Example

Properties

output

type: Array

fullscreen

type: Boolean

fontSize

type: Number

style

type: Object

e.g.:
{
    height: '250px',
    width: '50%'
}