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