Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 351 Bytes

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