Skip to content

FurDevsCN/LightningRod

Repository files navigation

lightningrod

Lightning Rod For Furries

兽圈避雷针系统前端

Quick Start

  1. install dependencies

    npm install

  2. serve with hot reload at localhost:8080

    npm run dev

  3. build for production with minification

    npm run build

  4. build for production and view the bundle analyzer report

    npm run build --report