@mlcs/vue-components (2.15.9)

Published 2025-03-27 11:15:27 +01:00 by freesker in mlcsthor/vue-components

Installation

@mlcs:registry=
npm install @mlcs/vue-components@2.15.9
"@mlcs/vue-components": "2.15.9"

About this package

Vue 3 Components

npm version Build Status Nuxt

Quick Setup

  1. Log to NPM registry
npm config set -g -- '//git.deditoolbox.fr/api/packages/mlcsthor/npm/:_authToken' "[personal_access_token]"
  1. Configure this registry in the file .npmrc of your project
@mlcs:registry=https://git.deditoolbox.fr/api/packages/mlcsthor/npm/
  1. Add @mlcs/vue-components dependency to your project
yarn add @mlcs/vue-components
  1. Add @mlcs/vue-components to the modules section of nuxt.config.ts
export default defineNuxtConfig({
    modules: ['@mlcs/vue-components']
})

That's it! You can now use @mlcs/vue-components in your Nuxt app

Development

# Install dependencies
yarn install

# Generate type stubs
yarn dev:prepare

# Develop with the playground
yarn dev

# Build the playground
yarn dev:build

# Run ESLint
yarn lint

# Run Vitest
yarn test
yarn test:watch

# Release new version
yarn release

Dependencies

Dependencies

ID Version
@headlessui/vue ^1.7.22
@iconify-json/mdi ^1.2.1
@iconify-json/simple-icons ^1.2.12
@unocss/nuxt ^0.64.1
@unocss/preset-icons ^0.64.1
@unocss/preset-web-fonts ^0.64.1
@unocss/reset ^0.64.1
@unocss/transformer-directives ^0.64.1
@unocss/transformer-variant-group ^0.64.1
@vuelidate/core ^2.0.2
@vuelidate/validators ^2.0.2
@vueuse/components ^11.3.0
@vueuse/core ^11.3.0
@vueuse/nuxt ^11.3.0
@wdns/vue-code-block ^2.3.3
@zxcvbn-ts/core ^3.0.2
@zxcvbn-ts/language-common ^3.0.4
@zxcvbn-ts/language-en ^3.0.2
@zxcvbn-ts/matcher-pwned ^3.0.4
daisyui ^4.12.14
date-fns ^4.1.0
defu ^6.1.2
primevue ^3.52.0

Development dependencies

ID Version
@nuxt/devtools ^1.6.1
@nuxt/eslint ^0.7.1
@nuxt/eslint-config ^0.7.1
@nuxt/kit ^3.14.1592
@nuxt/module-builder ^0.8.4
@nuxt/schema ^3.14.1592
@nuxt/test-utils ^3.14.3
@nuxt/vite-builder 3.14.1592
@types/node ^22.9.1
@vitest/ui ^2.1.5
@vue/compiler-ssr ^3.5.13
@vue/server-renderer ^3.5.13
eslint ^9.14.0
eslint-plugin-simple-import-sort ^12.1.0
husky ^9.1.7
lint-staged ^15.2.0
nuxt ^3.14.1592
typescript ^5.6.3
vitest ^2.1.5
vue ^3.5.13
Details
npm
2025-03-27 11:15:27 +01:00
11
MIT
40 KiB
Assets (1)
Versions (5) View all
2.15.10 2025-03-27
2.15.9 2025-03-27
2.15.8 2025-03-27
2.15.7 2024-12-19
2.15.1 2024-11-25