@jsmith21/vue-terminal

1.1.6 • Public • Published

vue-terminal

vue-terminal is a terminal emulator written in Vue. It is currently being used to power my portfolio site.

Screenshot-from-2018-11-16-08-08-13

Project setup

npm i

Startup the Development Environment (Storybook)

npm run serve:storybook

Publishing

VERSION="YOUR_VERSION"
npm run bundle
git add .
git commit -m "$VERSION"
git tag v$VERSION
git push
npm publish

Readme

Keywords

Package Sidebar

Install

npm i @jsmith21/vue-terminal

Weekly Downloads

0

Version

1.1.6

License

MIT

Unpacked Size

3.77 MB

Total Files

25

Last publish

Collaborators

  • jsmith21