0.4.1 • Published 2 years ago
@casbah/nuxt-components v0.4.1
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.