@dolanske/vui
v1.17.2
Published
Brother in Christ there's a new UI library
Maintainers
Readme
VUI
npm i @dolanske/vui- In your main app entry,
import "@dolanske/vui/style"to import the global CSS - Override default style tokens to fit your style
- Build your thing bro
Documentation
Contributing
This repository is split into two packages: the library itself in src/ and the documentation in docs/. The docs are built with VitePress and are hosted on GitHub Pages.
Setup
# Install library dependencies
npm install
# Install docs dependencies
cd docs && npm install && cd ..Development
To run the VUI playground locally, run:
npm run devTo run the docs dev server, run:
npm run docsThe docs dev server resolves
@dolanske/vuidirectly fromsrc/, so changes to components and styles hot-reload instantly without rebuilding the library first.
