A simple CRC and Hamming Code tool.
# install pnpm
npm i -g pnpm
# install dependencies
pnpm install
# serve with hot reload at localhost:8080
pnpm run dev
# build for production with minification
pnpm run build
# build for production and view the bundle analyzer report
pnpm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.