Nuxt Blog Kit
is a component library for blogs website.
The nuxt-blog-kit
is an open-source library developed and maintained by Canopas. It is developed using Nuxt 3
framework and tailwindcss
. For preview visit canopas blogs page .
For integrating nuxt-blog-kit
into your project, please ensure that tailwindcss
is installed and properly configured within your project environment.
- Add
nuxt-blog-kit
dependency to your project .
yarn add --dev @canopassoftware/nuxt-blog-kit
npm install --save-dev @canopassoftware/nuxt-blog-kit
- Add
nuxt-blog-kit
to themodules
ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["@canopassoftware/nuxt-blog-kit"],
});
That's it! You can now use module in your Nuxt app ✨
Read full documentation of all components
This repository is owned and maintained by the Canopas team. If you are interested in building web applications or designing products, please let us know. We'd love to hear from you!
This repository licenced under MIT.