KasperskyLab-TinyCheck/app/frontend
Félix Aimé 1d8c2387ca
Check window location host value to show the close button.
The close button was available even if the interface is requested remotely. Now the script hides the close button if the value of window.location.host is equal to 127.0.0.1 or localhost.
2021-06-04 14:40:16 +02:00
..
public/.vscode First commit 2020-11-24 19:45:03 +01:00
src Check window location host value to show the close button. 2021-06-04 14:40:16 +02:00
.npmrc Adding npm timeout for slow bandwidth 2021-03-24 19:03:48 +01:00
babel.config.js First commit 2020-11-24 19:45:03 +01:00
package-lock.json Starting update interface implementation 2021-02-18 22:17:29 +01:00
package.json No internet feature 2021-02-15 20:46:56 +01:00
README.md First commit 2020-11-24 19:45:03 +01:00
vue.config.js First commit 2020-11-24 19:45:03 +01:00

tinycheck-new

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.