https://github.com/ec-nordbund/nuxt-devtools
Use the standalone (electron) vue-devtools with nuxt.
https://github.com/ec-nordbund/nuxt-devtools
devtools electron nuxt vue
Last synced: about 2 months ago
JSON representation
Use the standalone (electron) vue-devtools with nuxt.
- Host: GitHub
- URL: https://github.com/ec-nordbund/nuxt-devtools
- Owner: EC-Nordbund
- License: mit
- Created: 2020-05-04T10:56:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T10:45:25.000Z (over 4 years ago)
- Last Synced: 2025-03-17T22:23:21.566Z (2 months ago)
- Topics: devtools, electron, nuxt, vue
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nuxt-Devtools
## Install
1. Install 2 packges
```sh
yarn global add @vue/devtools
yarn add @ec-nordbund/nuxt-devtools -D
```
2. Add this to your nuxt.config.json:```js
export default {
buildModules: ["@ec-nordbund/nuxt-devtools"],
};
```## Startup
After running `nuxt` command start the vue-devtools with `vue-devtools` in an extra Terminal Window.