Skip to content

Commit

Permalink
feat(nuxt): add Morpheme Docs to Nuxt DevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed May 30, 2023
1 parent ff103dc commit c33a178
Show file tree
Hide file tree
Showing 6 changed files with 4,612 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"dependencies": {
"@morpheme/ui": "^1.0.0-beta.8",
"@nuxt/kit": "^3.5.0"
"@nuxt/kit": "^3.5.0",
"@nuxt/devtools-kit": "^0.5.5"
},
"devDependencies": {
"@morpheme/tailwind-config": "^1.0.0-beta.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/nuxt/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ export default defineNuxtConfig({
],
},
},

devtools: {
enabled: true,
},
});
1 change: 1 addition & 0 deletions packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"build": "nuxi build"
},
"devDependencies": {
"@nuxt/devtools": "^0.5.5",
"@nuxtjs/tailwindcss": "^6.1.3"
}
}
Loading

0 comments on commit c33a178

Please sign in to comment.