Skip to content

webonweb/pea-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

pea-vuejs

Small UI library for non styled components.

NPM version NPM Downloads GitHub stars

Documentation | Getting Started | Examples | What is pea-vuejs?

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

  1. Clone the repo
  2. Run bun install
  3. Run bun run docs:dev to run vitepress
  4. Open http://localhost:8080

Package

  1. Clone the repo
  2. Run bun install
  3. Run bun run storybook:dev to run storybook
  4. Open http://localhost:6006

Authors