0.4.1 • Published 2 years ago

@casbah/nuxt-components v0.4.1

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

exposure-nuxt-components

Dev

# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# create changelog, push to repo commits, publish on npm new version
$ npm run release

How to add in nuxt project

# install
$ npm install @casbah/nuxt-components --save

nuxt.config.ts

  {
    components: true,
    buildModules: [
      '@casbah/nuxt-components/nuxt',
    ],
  }

All components with prefix 'Exposure'. So, for example CookieNotification will have a name.

<ExposureCookieNotification />

Based on this example.

0.4.1

2 years ago

0.4.0

2 years ago

0.3.34

3 years ago

0.3.33

3 years ago