@byjohann/ui
TypeScript icon, indicating that this package has built-in type declarations

0.6.6 • Public • Published

@byjohann/ui

NPM version

A collection of Vue.js components for my projects.

Setup

# pnpm
pnpm add @byjohann/ui

# npm
npm i @byjohann/ui

# yarn
yarn add @byjohann/ui

Nuxt Usage

Nuxt is supported out of the box. The Vue components provided by this library need to be transpiled for the server-side rendering to work. All you need to do is to add the @byjohann/ui/nuxt module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ["@byjohann/ui/nuxt"],
});

License

MIT License © 2023-PRESENT Johann Schopplich

Readme

Keywords

none

Package Sidebar

Install

npm i @byjohann/ui

Weekly Downloads

15

Version

0.6.6

License

MIT

Unpacked Size

65.2 kB

Total Files

70

Last publish

Collaborators

  • johannschopplich