2.0.2 • Published 5 years ago

vue-bash v2.0.2

Weekly downloads
54
License
ISC
Repository
github
Last release
5 years ago

vue-bash

npm Snyk Vulnerabilities for GitHub Repo npm GitHub issues NPM GitHub last commit

Vue Bash is a simple lightweight component that allows you to show off bash components and commands in a beautiful way.

Language Support

Vue Bash currently supports the following languages:

  1. javascript
  2. css
  3. xml/html
  4. bash/shell

Installation

Installation is straightforward and easy. You can install globally in your main.js or import directly to your components.

  1. npm i --save vue-bash to install the package
  2. Import vue bash import VueBash from "vue-bash"
  3. Use <VueBash/> in your template.

Props

Currently the terminal supports only a few props. But more are to come:

PropTypeDescription
themeStringCan accept light and dark as a theme choice. Defaults to light
widthStringWidth of the terminal in either % or px. Defaults to 100%
heightStringHeight of the terminal in either % or px. Defaults to 100%
titleStringTitle of the terminal. Defaults to Terminal
languageStringLanguage to syntax highlight
slotStringChildren content

Example

Light Theme

npm.io npm.io

Dark Theme

npm.io npm.io

<VueBash :theme="'dark'" :title="'vue-bash'" :width="'400px'" :height="'250px'" :language="'shell'">npm i --save vue-bash
  + vue-bash@1.0.4
  added 2 packages from 2 contributers
  and audited 2 packages in 2.292s
  found 0 vulnerabilities
</VueBash>
2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago