Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 430 Bytes

File metadata and controls

43 lines (28 loc) · 430 Bytes

轻书架 (light_novel_shelf)

A PWA-focused online novel reading project built with Quasar.

Install dependencies

npm install

Start development

npm run dev

Lint

npm run lint

Format

npm run format

Build

npm run build

Build PWA

npm run build:pwa

Configuration

See the Quasar config documentation for customization details.