Skip to content

Commit

Permalink
feat(plausible): add plausible by default in the starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 11, 2023
1 parent 0fc80db commit c108441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .starters/default/nuxt.config.ts
Expand Up @@ -3,6 +3,8 @@ export default defineNuxtConfig({
extends: '@nuxt-themes/alpine',

modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',
// https://github.com/nuxt/devtools
'@nuxt/devtools'
]
Expand Down
4 changes: 3 additions & 1 deletion .starters/default/package.json
Expand Up @@ -6,11 +6,13 @@
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview"
"preview": "nuxi preview",
"lint": "eslint ."
},
"devDependencies": {
"nuxt": "^3.4.3",
"@nuxt-themes/alpine": "^1.5.4",
"@nuxtjs/plausible": "^0.2.1",
"@nuxt/devtools": "^0.4.6",
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.40.0"
Expand Down

0 comments on commit c108441

Please sign in to comment.