Volver al ranking

inkline/inkline

TypeScriptinkline.io

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

inklineuiuxframeworkvuesasslibraryvuejsvue3cssjavascriptdx
Crecimiento de estrellas
Estrellas
1.5k
Forks
77
Crecimiento semanal
Issues
42
5001k
ene 2023mar 2024may 2025jul 2026
Artefactosnpmnpm install inkline
README

Vite+ Monorepo Starter

A starter for creating a Vite+ monorepo.

Development

  • Check everything is ready:
vp run ready
  • Run the tests:
vp run -r test
  • Build the monorepo:
vp run -r build
  • Run the development server:
vp run dev