Skip to content
/ exakt Public

Nuxt UI component library with a focus on doing less work on the client.

Notifications You must be signed in to change notification settings

wd-4000/exakt

Repository files navigation

exakt

npm version npm downloads License Nuxt

a simple nuxt ui library focused on doing as much as possible with css

DO NOT USE THIS LIBRARY IN YOUR PROJECT.

THIS LIBRARY IS VERY UNSTABLE AND EXPERIMENTAL

first rule of exakt is to be yourself and have fun :)

Features

  • 💇‍♀️   mostly uses css to do things
  • 👜   relatively lightweight
  • 👁️‍🗨️   customizable

Quick Setup

  1. Add @exakt/ui dependency to your project
# Using pnpm
pnpm add -D @exakt/ui

# Using yarn
yarn add --dev @exakt/ui

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

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

Development

Important note

Because mkdist (and subsequently nuxt-module-builder) don't yet support not compiling SASS files, you'll need to use yarn link to substitute mkdist with the force-scss-off branch of https://github.com/wd-4000/mkdist

The usual

# 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 UI component library with a focus on doing less work on the client.

Resources

Stars

Watchers

Forks

Packages

No packages published