0.0.34 • Published 3 months ago

@numesia/mg_ui v0.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

MG_UI

npm version npm downloads License Nuxt

MG UI library for doing amazing things.

Features

  •  Clean
  • 🚠  Beautiful
  • 🌲  Extensible

Quick Setup

  1. Add @numesia/mg_ui dependency to your project
# Using pnpm
pnpm add -D @numesia/mg_ui

# Using yarn
yarn add --dev @numesia/mg_ui

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

That's it! You can now use MG_UI 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
0.0.34

3 months ago

0.0.29

3 months ago

0.0.28

4 months ago

0.0.27

4 months ago

0.0.26

5 months ago

0.0.25

5 months ago

0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.14

6 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago