design-buy
v2.2.2
Published
Design-Buy
Readme
Set up
Local
For local set up we just need to follow the following steps
- Navigate to the repo
- Run build command
yarn build// This will create build files in the dist folder - Run link command
yarn link// This will make this package available locally with the name "design-buy"
Publish
- Run publish command
yarn publishand follow termainal instructions
Install
Package install
yarn add design-buy
yarn link design-buy // (for local testing only)Component code
import { HivebuyButton } from "design-buy";Description
This is PR creation module ,which will cover all sections
Tech Stack
- Vue 3
- TypeScript
- Vite
- Storybook
Run Storybook
yarn storybook
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar). additional configs are saved in the package it self
