2.4.0 • Published 6 months ago

ava-storybook v2.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

AVA Storybook

Docs

AVA Storybook Docs

Usage in a Vue 3 project

Install

npm i ava-storybook

Update

npm i ava-storybook@latest 

Usage

main.js

import * as storybook from 'ava-storybook'
import 'ava-storybook/dist/style.css'
import 'ava-storybook/dist/output.css'

const app = createApp(App)
// Make components available globally to the project
app.component('Button', storybook.Button)
app.component('IconButton', storybook.IconButton)
app.component('ToggleSwitch', storybook.ToggleSwitch)
app.component('Checkbox', storybook.CheckboxInput)
app.component('Dropdown', storybook.DropdownInput)
app.component('Radio', storybook.RadioInput)
app.component('TextInput', storybook.TextInput)

app.mount('#app')

Component

<template>
	<Button label="Hello World" />
</template>

Development

npm run storybook

Publish Package

Run Storybook Build and Push Changes to Github

This creates the static site for the storybook

npm run build-storybook

Login to NPM

npm login

Patch - (e.g., 1.0.0 to 1.0.1)

Minor - (e.g., 1.0.0 to 1.1.0)

Major - (e.g., 1.0.0 to 2.0.0)

Set custom version

npm version 1.2.3

Publish

npm run build
<!-- Push to Github -->
npm version <patch | minor | major>
npm publish

Check current version

npm view ava-storybook version

Build Storybook

npm run build-storybook

Push your changes to github and view the docs at:

AVA Storybook Docs

2.4.0

6 months ago

2.3.0

7 months ago

2.3.2

7 months ago

2.3.1

7 months ago

2.3.4

7 months ago

2.3.3

7 months ago

2.3.5

7 months ago

2.2.1

7 months ago

2.2.0

7 months ago

2.2.3

7 months ago

2.2.2

7 months ago

2.2.13

7 months ago

2.2.5

7 months ago

2.2.4

7 months ago

2.2.11

7 months ago

2.2.7

7 months ago

2.2.12

7 months ago

2.2.6

7 months ago

2.2.10

7 months ago

2.2.9

7 months ago

2.2.8

7 months ago

2.0.28

7 months ago

2.0.29

7 months ago

2.0.37

7 months ago

2.0.35

7 months ago

2.0.36

7 months ago

2.0.34

7 months ago

2.0.31

7 months ago

2.0.30

7 months ago

2.1.2

7 months ago

2.1.1

7 months ago

2.1.3

7 months ago

2.1.0

7 months ago

2.0.26

7 months ago

2.0.27

7 months ago

2.0.24

7 months ago

2.0.25

7 months ago

2.0.22

7 months ago

2.0.23

7 months ago

2.0.21

7 months ago

2.0.20

8 months ago

2.0.15

9 months ago

2.0.3

9 months ago

2.0.16

9 months ago

2.0.2

9 months ago

2.0.13

9 months ago

2.0.5

9 months ago

2.0.14

9 months ago

2.0.4

9 months ago

2.0.11

9 months ago

2.0.7

9 months ago

2.0.12

9 months ago

2.0.6

9 months ago

2.0.9

9 months ago

2.0.10

9 months ago

2.0.8

9 months ago

2.0.1

9 months ago

2.0.19

9 months ago

2.0.18

9 months ago

2.0.1-alpha.0

9 months ago

1.6.1-alpha.7

9 months ago

1.6.1-alpha.6

9 months ago

1.6.1-alpha.5

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.5.2

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.6.1-alpha.4

9 months ago

1.6.1-alpha.3

9 months ago

1.6.1-alpha.2

9 months ago

1.6.1-alpha.1

9 months ago

1.0.0

9 months ago

0.0.10

9 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago