vanilla components
1.0.0
A lightweight, flexible & customizable ui library for Vue 3
Documentation | Getting Started | Why Vanilla Components?
Get started by installing the peer dependencies than, move on installing the package
Visit the Documentation for more information.
Import the components as needed with the following:
import { Button } from '@flavorly/vanilla-components'For preview & Local testing please run the following on the root of the project. After the commands you should have a local vite server up & running.
pnpm install
pnpm -r build
pnpm docs:devTo start fresh, simply run the following commands
pnpm clean
pnpm install
pnpm -r build
pnpm docs:devLunr replaces the default Vitepress Algolia Search To get the project index correctly do the following:
pnpm docs:index:build
Thanks to:
See Contributing Guide.
MIT License © 2021-Present Pedro Martins