0.0.36 • Published 1 month ago

@exakt/ui v0.0.36

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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
0.0.36

1 month ago

0.0.33

3 months ago

0.0.34

3 months ago

0.0.35

3 months ago

0.0.30

3 months ago

0.0.31

3 months ago

0.0.32

3 months ago

0.0.25

4 months ago

0.0.26

4 months ago

0.0.27

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.24

4 months ago

0.0.20

8 months ago

0.0.21

8 months ago

0.0.13

8 months ago

0.0.14

8 months ago

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.19

8 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.1

1 year ago