Skip to content

Commit

Permalink
chore(devtools): add devtools to starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 11, 2023
1 parent 1d4136b commit a3d95c6
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 42 deletions.
8 changes: 7 additions & 1 deletion .starters/default/nuxt.config.ts
@@ -1,3 +1,9 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/alpine'
// https://github.com/nuxt-themes/alpine
extends: '@nuxt-themes/alpine',

modules: [
// https://github.com/nuxt/devtools
'@nuxt/devtools'
]
})
3 changes: 2 additions & 1 deletion .starters/default/package.json
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"nuxt": "^3.4.3",
"@nuxt-themes/alpine": "^1.5.4"
"@nuxt-themes/alpine": "^1.5.4",
"@nuxt/devtools": "^0.4.6"
}
}

0 comments on commit a3d95c6

Please sign in to comment.