1.1.6 • Published 6 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 iStartup the Development Environment (Storybook)
npm run serve:storybookPublishing
VERSION="YOUR_VERSION"
npm run bundle
git add .
git commit -m "$VERSION"
git tag v$VERSION
git push
npm publish