0.9.14 • Published 2 years ago

nuxt-components-versity v0.9.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Versity Nuxt 3 components library

This UI library contains all the reusable components used on the Versity ecosystem.

Development

  • Run npm run dev:prepare to generate type stubs.
  • Use npm run dev to start playground in development mode.

Usage

1. Install the package

npm

npm install --save nuxt-components-versity

yarn

yarn add nuxt-components-versity

2. Add it to your nuxt.config.js

// nuxt.config.js
export default defineNuxtConfig({
  buildModules: ['nuxt-components-versity'],
  ...
});

3. Add it to your tailwind.config.js

// tailwind.config.js
module.exports = {
  plugins: [require('nuxt-components-versity/tailwind')],
  content: [
    './node_modules/nuxt-components-versity/**/*.{vue,js,ts,jsx,tsx}'
  ],
  ...
}

4. Run the project and voilà !

0.9.12

2 years ago

0.9.13

2 years ago

0.9.14

2 years ago

0.9.9

2 years ago

0.9.10

2 years ago

0.9.11

2 years ago

0.9.8

2 years ago

0.9.7

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago