0.0.53 • Published 12 months ago

@diffuse-dev/particles-ui v0.0.53

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Particles UI

A modern, production-ready UI Library for building full-stack React applications.

Features

  • Many

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

npm run build

Deployment

Publish

One package, many components!

  • all components are defined in src/lib.
  • vite.config.lib.json handles package build.
  • package.json defines entries.
  • tsconfig.json defines path for internal use.