Skip to content

AmyangXYZ/VeRNet

Repository files navigation

VeRNet: Vue.js Real-time Network Emulator

VeRNet is an open-source wireless network emulator built with Vue.js+TypeScript. It offers high-fidelity real-time network emulations with smooth animations.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

VeRNet Development Guide

See VeRNet's ReadTheDocs for details on VeRNet's development and customization abilities.