pea-vuejs
v0.1.1
Published
Small UI library for non styled components.
Downloads
11
Maintainers
Readme
Installation
pnpm add pea-vuejs
npm install pea-vuejs
yarn add pea-vuejs
bun install pea-vuejs
Documentation
For full documentation, visit pea-vuejs.com.
Releases
For changelog, visit releases.
Dev Setup
Docs
- Clone the repo
- Run
bun install
- Run
bun run build
to run buildpea-vuejs
locally - Run
bun run docs:dev
to run vitepress - Open
http://localhost:8080
Package
- Clone the repo
- Run
bun install
- Run
bun run storybook:dev
to run storybook - Open
http://localhost:6006