/wevis-design-systems

WeVis monorepo for design system documentation and cross-framework UI components

Primary LanguageTypeScriptMIT LicenseMIT

Wevis's Design Systems

Monorepo for WeVis design system documentation and cross-framework UI components

Documentation

Project structure

Monorepo is managed by Turborepo

  • /docs: Documentation site with Vuepress
  • /packages
    • /typography: Fonts and CSS with font-family definition
    • /ui: Cross-library components with Mitosis (build to Vue, Svelte and React) and CSS stylesheets for components and typography system with TailwindCSS

Commands

Run development server, enable re-compile and hot-reload on changes

npm run dev

Build packages and documentation site

npm run build