Skip to content

Commit

Permalink
update README-LAYOUT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Nov 3, 2023
1 parent 2b62f31 commit 576e668
Show file tree
Hide file tree
Showing 173 changed files with 5,000 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Mit folgendem Befehl kannst Du dein Storybook bei Chromatic veröffentlichen:

### Publish Storybook
```bash
pnpm run build-storybook
pnpm dlx http-server ./path/to/build
npm install chromatic --save-dev
npx chromatic --project-token=<your-project-token>
pnpm run build-storybook
pnpm dlx http-server ./path/to/build
npm install chromatic --save-dev
npx chromatic --project-token=<your-project-token>
```

Das Ocelot Storybook dieses Repositories findest du hier: [https://65440b50eff8b11b8e1d0939-lpcuymgxzi.chromatic.com/](https://65440b50eff8b11b8e1d0939-lpcuymgxzi.chromatic.com/)
Expand Down
1 change: 0 additions & 1 deletion components/layout/Checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</template>
<script setup>
import { ref } from "vue";
import { VCheckbox } from "vuetify/components";
const model = ref(false);
const props = defineProps({
label: { type: String, required: false },
Expand Down
20 changes: 20 additions & 0 deletions storybook-static/_nuxt/Avatar.stories.dff93a4e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storybook-static/_nuxt/Avatar.stories.dff93a4e.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storybook-static/_nuxt/Button.53932362.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions storybook-static/_nuxt/Button.ff6b6fb9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storybook-static/_nuxt/Button.ff6b6fb9.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions storybook-static/_nuxt/Button.stories.0edacf80.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storybook-static/_nuxt/Button.stories.0edacf80.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions storybook-static/_nuxt/Button.stories.8f3cb8a6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storybook-static/_nuxt/Button.stories.8f3cb8a6.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 576e668

Please sign in to comment.