/LightNovelShelf-Web

轻书架的Vue前端

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

轻书架 (light_novel_shelf)

A Online Novel Reading Project

node version manager

nvm-windows for window, nvm for *nix

use nvm-window@1.1.7 or do this after install

github issue: exit status 1: Access is denied

switch node version

nvm on on window and nvm use on *nix

Install the dependencies

npm ci

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

icon

Icônes

Customize the configuration

See Configuring quasar.config.js.

Install electron behind proxy

cross-env ELECTRON_GET_USE_PROXY=1 GLOBAL_AGENT_HTTPS_PROXY=http://127.0.0.1:114514 npm ci

See Advanced Installation Instructions.