/PcapViz

Front-end visualization of statistic information of network traffic pcap files

Primary LanguageVue

plot-pcap

This is the frontend project with PcapAnalyzer. After you successfully started data server on your machine, visit https://resdust.github.io/PcapViz for interactable charts and discover insights from your data.

For developers, after pull your branch into master branch, the GitHub workflow will be automatically triggered to build the project and update the pages.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint