1.1.6 • Published 5 years ago
@jsmith21/vue-terminal v1.1.6
vue-terminal
vue-terminal
is a terminal emulator written in Vue. It is currently being used to power my portfolio site.
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