2.18.16 • Published 2 days ago

@speckle/ui-components-nuxt v2.18.16

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

ui-components-nuxt

Nuxt v3 module that sets up @speckle/ui-components auto-importing like any other components you might have in your ./components folder. You also get properly typed components in your templates if you use Volar.

Setup

  1. Make sure you've got @speckle/ui-components installed and set up
  2. Install @speckle/ui-components-nuxt and add it to your nuxt modules in nuxt.config.ts

  3. Add the following to your build.transpile array in your nuxt config:

// nuxt.config.js
export default {
  build: {
    transpile: [
      '@headlessui/vue',
      /^@heroicons\/vue/,
      '@vueuse/core',
      '@vueuse/shared',
      '@speckle/ui-components'
    ]
  }
}
  1. Add the following to your vite.resolve.dedupe array in your nuxt config:
// nuxt.config.js
export default {
  vite: {
    resolve: {
      dedupe: ['vee-validate']
    }
  }
}

This will ensure that some dependencies are transpiled properly so that they work correctly both during SSR & CSR.

2.18.16

2 days ago

2.18.15

16 days ago

2.18.14

2 months ago

2.18.12

2 months ago

2.18.13

2 months ago

2.18.11

2 months ago

2.18.9

2 months ago

2.18.10

2 months ago

2.18.8

2 months ago

2.18.7

2 months ago

2.18.6

2 months ago

2.18.3

3 months ago

2.18.4

3 months ago

2.18.2

3 months ago

2.18.1

3 months ago

2.18.0

3 months ago

2.17.16

4 months ago

2.17.15

4 months ago

2.17.14

4 months ago

2.17.12

4 months ago

2.17.11

4 months ago

2.17.13

4 months ago

2.17.10

4 months ago

2.17.9

4 months ago

2.17.8

4 months ago

2.17.7

5 months ago

2.17.6

5 months ago

2.17.5

5 months ago

2.17.4

5 months ago

2.17.2

6 months ago

2.17.3

6 months ago

2.17.0

6 months ago

2.17.1

6 months ago

2.15.0

10 months ago

2.16.0

8 months ago

2.15.1

9 months ago

2.14.8-alpha1

11 months ago

2.14.7

11 months ago

2.14.7-alpha1

11 months ago

2.14.6

12 months ago

2.14.5

12 months ago

2.14.4

12 months ago

2.14.3

12 months ago

2.14.1

12 months ago

2.14.0

12 months ago

2.12.666

12 months ago