1.0.9 • Published 1 year ago

alchemi-flash v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago