0.0.5 • Published 1 year ago

@houseofmaverix/ui v0.0.5

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

@houseofmaverix/ui

npm version npm downloads License Nuxt

UI package for Maverix Nuxt projects.

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

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

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

# Using npm
npm install --save-dev @houseofmaverix/ui
  1. Add @houseofmaverix/ui to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    [
      '@houseofmaverix/ui',
      {
        nuxtPublicSiteUrl: 'https://localhost:3000',
        websiteFolder: 'website',
        cloudinaryCloudName: 'bergenske',
        defaultLang: 'no',
      },
    ],
    // Other modules
  ],
})

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.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago