vuejs-retro-console

VueJs Retro Console with classic lime green

Usage no npm install needed!

<script type="module">
  import vuejsRetroConsole from 'https://cdn.skypack.dev/vuejs-retro-console';
</script>

README

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%'
}