canopas/nuxt-blog-kit
Nuxt Blog Kit is Component library built with Nuxt3 and Tailwind.
Nuxt Blog Kit
Nuxt Blog Kit is a component library for blogs website.
About
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 .
Showcase
Blogs List
Blogs Detail
Blogs by Tag
Blogs by Author
Prerequisites
For integrating nuxt-blog-kit into your project, please ensure that tailwindcss is installed and properly configured within your project environment.
Quick Setup
- Add
nuxt-blog-kitdependency to your project .
Using yarn :
yarn add --dev @canopassoftware/nuxt-blog-kitUsing npm :
npm install --save-dev @canopassoftware/nuxt-blog-kit- Add
nuxt-blog-kitto themodulesofnuxt.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
Contribution
The Canopas team enthusiastically welcomes contributions and project participation! There are a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.
Credits
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!
LICENSE
This repository licenced under MIT.





