Devtools Enhancement is a Vue based project that prevents any user's unexpected inspection operations in DevTools.
Here are the highlights of Devtools Enhancement:
- Prevents any user's unexpected inspection operations in DevTools
- Based on the most modern and latest [TypeScript]
- Docker support
- Left blank temporarily
Recommended IDE is the latest version JetBrains WebStorm.
-
Clone or download this project.
$ git clone https://github.com/johnnymillergh/devtools-enhancement.git
-
Project setup.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
Docker deployment can defer by environment. Here is the list of environments:
# | Environment Name | Environment Alias Name | Description |
---|---|---|---|
1 | production | prod |
-
Compile and minify source (can be deferred by environment, if it’s
development_docker
, then the command could benpm run build:dev_dkr
)npm run build
-
Build Docker image and run by Docker Compose. Available Docker Compose:
- production
Feel free to dive in! Open an issue.
This project exists thanks to all the people who contribute.
- Johnny Miller [@johnnymillergh]
- …
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Apache License © Johnny Miller
2020 - Present