Skip to content

A Vue project used when making an article on how to make reusable & customizable form components

Notifications You must be signed in to change notification settings

brayo333/vue-components

Repository files navigation

vue-components

This project was used when making this blog post.

First clone the repo by running git clone https://github.com/brayo333/vue-components.git

Project Setup

npm install

Start development server

npm run dev

Explore components with storybook

Run the following to view components in Storybook (guide to adding Storybook on Vue 3):

npm run storybook