vscode eslint

settings.json: "eslint.options": { "overrideConfig": { "env": { "browser": true, "es6": true }, "parserOptions": { "ecmaVersion": 2020, "sourceType": "m...

BT Panel

CentOS Fresh Installation Command: Execute the command in the box according to the system to start installation (panel installation completes in about 2...

Add serviceWorker

import { GenerateSW } from 'workbox-webpack-plugin' ; export const swScript = ` if ('serviceWorker' in navigator) { window.addEventListener('load', () =...