iJzFan / acfunlive-toolbox-client-Public

面向公众的直播工具箱源码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acfunlive-toolbox-client

location location location location

WHAT IS THIS?

This is a part of AcFun-livetoolbox project. location

Proj dir struct

  • src/electron_browser: User interface code, vue code, code that running in electron as a webpage here.
  • src/electron_nodejs: Electron main process code, code that calling nodejs and electron directly, code that on the same layer as electron here.
  • src/tests/unit: Code for unit-testing
  • src/tests/e2e: Code for blackbox-testing

Proj setup

npm install

Compiles and hot-reloads for dev(without electron)

npm run serve

Compiles and hot-reloads for dev(with electron)

npm run electron:serve

Compiles for production

npm run electron:build

ps: build archive will put in dir BUILD.

Run the unit tests

npm run test:unit

Run the end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint --fix

Customize configuration

See Configuration Reference.

About

面向公众的直播工具箱源码

License:GNU Affero General Public License v3.0


Languages

Language:Vue 62.0%Language:TypeScript 24.0%Language:CSS 8.4%Language:JavaScript 3.4%Language:SCSS 2.0%Language:HTML 0.2%