ali-hazan / alchemi-flash

Nuxt based UI kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemi Flash

  • Name: Alchemi Flash
  • Package name: alchemi-flash
  • Description: Alchemi flash is a ui library kit which using tailwind
  • Blog
  • Storybook

Features

  • Button
  • Typography
  • Card

Quick Setup

  1. Add alcehmi-flash dependency to your project
# Using pnpm
pnpm add -D alcehmi-flash

# Using yarn
yarn add --dev alchemi-flash

# Using npm
npm install --save-dev alchemi-flash
  1. Add alchemi-flash to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'alchemi-flash'
  ]
})

That's it! You can now use Alchemi flash in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

About

Nuxt based UI kit


Languages

Language:TypeScript 48.5%Language:Vue 39.3%Language:JavaScript 11.0%Language:CSS 0.8%Language:HTML 0.4%