{"id":13506627,"url":"https://github.com/paulgv/nuxt-webpackdashboard","last_synced_at":"2025-03-22T14:31:53.019Z","repository":{"id":88191180,"uuid":"109135516","full_name":"paulgv/nuxt-webpackdashboard","owner":"paulgv","description":"Webpack Dashboard integration for Nuxt","archived":false,"fork":false,"pushed_at":"2025-02-09T14:39:49.000Z","size":70,"stargazers_count":24,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T09:51:21.024Z","etag":null,"topics":["module","nuxt","vue","webpack","webpack-dashboard"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulgv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-01T13:35:01.000Z","updated_at":"2024-02-03T11:09:50.000Z","dependencies_parsed_at":"2024-01-13T19:23:13.374Z","dependency_job_id":"24b62d4d-7e33-4f3b-af70-8011c0a17a67","html_url":"https://github.com/paulgv/nuxt-webpackdashboard","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"f829caa16323aab66277d38e6d625f5c6aa018db"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulgv%2Fnuxt-webpackdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulgv%2Fnuxt-webpackdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulgv%2Fnuxt-webpackdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulgv%2Fnuxt-webpackdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulgv","download_url":"https://codeload.github.com/paulgv/nuxt-webpackdashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244217920,"owners_count":20417677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["module","nuxt","vue","webpack","webpack-dashboard"],"created_at":"2024-08-01T01:00:54.756Z","updated_at":"2025-03-22T14:31:52.727Z","avatar_url":"https://github.com/paulgv.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Webpack Dashboard Module\n\n\u003e [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard) integration for [Nuxt](https://github.com/nuxt/nuxt.js)\n\n## Install\n\nInstall the package:\n\n```sh\nyarn add nuxt-webpackdashboard -D\n# or npm i nuxt-webpackdashboard -D\n```\n\n## Setup\n\n- Add `nuxt-webpackdashboard` to `nuxt.config.js`:\n\n```js\n// nuxt.config.js\n\n{\n  modules: [\n    'nuxt-webpackdashboard',\n  ],\n}\n```\n\n- In `package.json`, modify the dev script to run with webpack-dashboard:\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"webpack-dashboard -- nuxt\",\n  },\n}\n```\n\n## Options\n\n[CLI options](https://github.com/FormidableLabs/webpack-dashboard#webpack-dashboard-cli) can be added in your `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"webpack-dashboard -m -- nuxt\",\n  },\n}\n```\n\n\n[Webpack plugin options](https://github.com/FormidableLabs/webpack-dashboard#webpack-plugin) can be passed to Webpack Dashboard in Nuxt config's modules sections:\n\n```js\n// nuxt.config.js\n\n{\n  modules: [\n    ['webpackdashboard-module', {\n      port: 3001,\n    }],\n  ],\n}\n```\n\nOr by adding a `webpackDashboard` key:\n\n```js\n// nuxt.config.js\n\n{\n  webpackDashboard: {\n    port: 3001,\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulgv%2Fnuxt-webpackdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulgv%2Fnuxt-webpackdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulgv%2Fnuxt-webpackdashboard/lists"}