This is a part of AcFun-livetoolbox project.
- 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
npm install
npm run serve
npm run electron:serve
npm run electron:build
ps: build archive will put in dir BUILD.
npm run test:unit
npm run test:e2e
npm run lint --fix