storybook-addon-nuxt
This add-on makes it easier to set up Storybook in your Nuxt3 project.
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- main.ts
- preview.ts
- button.css
- header.css
- page.css
- BaseButton.vue
- TheHeader.vue
- ThePage.vue
- favicon.ico
- code-brackets.svg
- colors.svg
- comments.svg
- direction.svg
- flow.svg
- plugin.svg
- repo.svg
- stackalt.svg
- BaseButton.stories.ts
- Introduction.mdx
- TheHeader.stories.ts
- ThePage.stories.ts
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- .prettierrc
- app.vue
- nuxt.config.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- app-component.mjs
- components.mjs
- composables.mjs
- preset.ts
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc
- .releaserc.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/hirotaka/storybook-addon-nuxt
Downloads the entire project code from GitHub to your computer.
cd storybook-addon-nuxt
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev storybook-addon-nuxt
Downloads and installs the libraries listed in package.json.
yarn add --dev storybook-addon-nuxt
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
