nuxt-tailvue

nuxt module for tailvue components

MIT 96 个版本
安装
npm install nuxt-tailvue
yarn add nuxt-tailvue
pnpm add nuxt-tailvue
bun add nuxt-tailvue
README

nuxt-tailvue

Nuxt.js module for for tailvue components

This requires Nuxt.js with the Tailwind CSS module

Quick Setup

  1. Add the nuxt-tailvue dependency to your Nuxt.js project
npm install nuxt-tailvue
# OR
yarn add nuxt-tailvue
  1. Add nuxt-tailvue to the modules section of nuxt.config.js (this enables all tailvue components)
{
  modules: [
    ['nuxt-tailvue', {all: true}],
  ]
}
  1. If you're using Purge, add this line to the content section of tailwind.config.js
module.exports = {
    content: [
      'node_modules/tv-*/dist/tv-*.umd.min.js',
    ],
  }

TypeScript

Add the types to your "types" array in tsconfig.json after the @nuxt/types (Nuxt 2.9.0+)

    "types": [
      "@nuxt/types",
      "nuxt-tailvue",
    ]

tv-toast

tv-modal

tv-button

tv-icon

版本列表
1.0.95 2021-10-22
1.0.94 2021-10-20
1.0.93 2021-10-20
1.0.92 2021-10-20
1.0.91 2021-06-17
1.0.90 2021-04-18
1.0.89 2021-04-15
1.0.88 2021-04-13
1.0.87 2021-04-13
1.0.86 2021-04-13
1.0.85 2021-04-13
1.0.84 2021-04-13
1.0.83 2021-04-08
1.0.82 2021-03-26
1.0.81 2021-03-23
1.0.80 2021-03-23
1.0.79 2021-03-19
1.0.78 2021-03-19
1.0.77 2021-03-19
1.0.76 2021-03-19
1.0.75 2021-03-19
1.0.74 2021-03-19
1.0.73 2021-03-19
1.0.72 2021-03-19
1.0.71 2021-03-19
1.0.70 2021-03-19
1.0.69 2021-03-19
1.0.68 2021-02-16
1.0.67 2021-02-07
1.0.66 2021-02-07
1.0.65 2021-02-07
1.0.64 2021-02-07
1.0.63 2021-02-07
1.0.62 2021-02-07
1.0.61 2021-02-07
1.0.60 2021-02-07
1.0.59 2021-02-03
1.0.58 2021-02-03
1.0.57 2021-02-03
1.0.56 2021-02-03
1.0.55 2021-02-03
1.0.54 2021-02-03
1.0.53 2021-01-31
1.0.52 2021-01-23
1.0.51 2021-01-13
1.0.50 2020-12-22
1.0.49 2020-12-11
1.0.48 2020-12-11
1.0.47 2020-12-01
1.0.46 2020-11-05
1.0.45 2020-10-28
1.0.44 2020-10-27
1.0.43 2020-10-27
1.0.42 2020-10-26
1.0.41 2020-10-26
1.0.40 2020-10-26
1.0.39 2020-10-26
1.0.38 2020-10-26
1.0.37 2020-10-26
1.0.36 2020-10-17
1.0.35 2020-10-17
1.0.34 2020-10-17
1.0.33 2020-10-16
1.0.32 2020-10-16
1.0.31 2020-10-15
1.0.30 2020-10-15
1.0.29 2020-10-15
1.0.28 2020-10-15
1.0.27 2020-10-15
1.0.26 2020-10-15
1.0.25 2020-10-13
1.0.24 2020-10-10
1.0.23 2020-10-10
1.0.22 2020-10-10
1.0.21 2020-10-09
1.0.20 2020-10-09
1.0.19 2020-10-06
1.0.18 2020-09-28
1.0.17 2020-09-26
1.0.16 2020-09-25
1.0.15 2020-09-24
1.0.14 2020-09-24
1.0.13 2020-09-24
1.0.12 2020-09-24
1.0.11 2020-09-17
1.0.10 2020-09-08
1.0.9 2020-09-08
1.0.8 2020-09-07
1.0.7 2020-09-07
1.0.6 2020-09-07
1.0.5 2020-09-07
1.0.4 2020-09-07
1.0.3 2020-09-01
1.0.2 2020-08-31
1.0.1 2020-08-31
1.0.0 2020-08-31