@profitliga/primepl
TypeScript icon, indicating that this package has built-in type declarations

1.3.65 • Public • Published

@profitliga/primepl

npm version npm downloads License Nuxt

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add @profitliga/primepl

That's it! You can now use @profitliga/primepl in your Nuxt app ✨

Конфигурация модуля

Можно дополнить конфигурацию Tailwind прописав объект конфигурации в объект tailwindcssConfig

primepl: {
  tailwindcssConfig: {
    content: [
      './models/**/*.ts',
    ],
    theme: {
      extend: {},
    },
    plugins: [
      require('@tailwindcss/aspect-ratio'),
      require('daisyui'),
    ],
    daisyui: {
      themes: [
        'light',
        'dark',
      ],
      darkTheme: 'dark', // name of one of the included themes for dark mode
    },
    container: {
      center: true,
    },
  },
},

Readme

Keywords

none

Package Sidebar

Install

npm i @profitliga/primepl

Weekly Downloads

496

Version

1.3.65

License

MIT

Unpacked Size

177 kB

Total Files

119

Last publish

Collaborators

  • brekhov-i
  • f.mayer
  • lilicbush