/CRC-Hamming_Tool_Web

A simple CRC and Hamming Code tool.

Primary LanguageJavaScript

crc-hamming-code

A simple CRC and Hamming Code tool.

Before Build

# install pnpm
npm i -g pnpm

Build Setup

# 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.