- Notifications
You must be signed in to change notification settings - Fork2
Nuxt Blog Kit is Component library built with Nuxt3 and Tailwind.
License
canopas/nuxt-blog-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nuxt Blog Kit
is a component library forblogs website.
Thenuxt-blog-kit
is an open-source library developed and maintained by Canopas. It is developed usingNuxt 3
framework andtailwindcss
. For preview visitcanopas blogs page .
For integratingnuxt-blog-kit
into your project, please ensure thattailwindcss
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
exportdefaultdefineNuxtConfig({modules:["@canopassoftware/nuxt-blog-kit"],});
That's it! You can now use module in your Nuxt app ✨
Read full documentation of all components
The Canopas team enthusiastically welcomes contributions and project participation! There are a bunch of things you can do if you want to contribute! TheContributor 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.
This repository is owned and maintained by theCanopas 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 underMIT.
About
Nuxt Blog Kit is Component library built with Nuxt3 and Tailwind.