vue-console-interactive
v0.4.2
Published
Provides a browser-based console for output or interactive Read-Eval-Print loop.
Readme
vue-console-interactive
Provides a Read-Eval-Print Loop console in the browser
Interactive Demo
<ConsoleInteractive />Echoes user input into an on-screen console.
Browser Console Demo
<ConsoleOutput mount-global />Integrates
window.consolewith the on-screen console.
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report