
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@jovercao/vue-devtools
Advanced tools
An electron devtools extension for debugging Vue.js applications.
An electron devtools extension for debugging Vue.js applications.
$ yarn add vue-devtools -D
# or npm
$ npm install vue-devtools --save-dev
calling install in your main.js
const { app } = require('electron')
app.on('ready', () => {
// ...
if (process.env.NODE_ENV !== 'production') {
require('vue-devtools').install()
}
// ...
})
calling uninstall in your main.js
const { app } = require('electron')
app.on('ready', () => {
// ...
if (process.env.NODE_ENV !== 'production') {
require('vue-devtools').uninstall()
}
// ...
})
Install Vue.js devtools in Electron devtools.
Uninstall Vue.js devtools in Electron devtools.
git checkout -b my-awesome-featuregit commit -am 'Add some feature'git push -u origin my-awesome-featureNOTE: Be sure to merge the latest from "upstream" before making a pull request!
FAQs
An electron devtools extension for debugging Vue.js applications.
We found that @jovercao/vue-devtools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.