Skip to content

Commit

Permalink
test: add stories to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Mar 1, 2024
1 parent 24787fe commit 276dab9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 158 deletions.
5 changes: 5 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
export default defineNuxtConfig({
devtools: { enabled: true },
extends: ['../'],
modules: ['@rezo-zero/nuxt-stories'],
stories: {
pattern: 'playground/**/*.stories.vue',
root: 'playground/stories',
},
})
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rezo-zero/nuxt-stories": "^0.1.11",
"sass": "^1.71.1"
}
}
Loading

0 comments on commit 276dab9

Please sign in to comment.