https://github.com/canopas/nuxt-blog-kit
Nuxt Blog Kit is Component library built with Nuxt3 and Tailwind.
https://github.com/canopas/nuxt-blog-kit
blog-platform component-library components nuxt-blog nuxt-components nuxt-modules nuxt3 reusable-components seo-friendly vue3-components
Last synced: 2 months ago
JSON representation
Nuxt Blog Kit is Component library built with Nuxt3 and Tailwind.
- Host: GitHub
- URL: https://github.com/canopas/nuxt-blog-kit
- Owner: canopas
- License: mit
- Created: 2023-10-25T07:16:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T09:39:35.000Z (about 1 year ago)
- Last Synced: 2024-10-18T14:28:36.178Z (7 months ago)
- Topics: blog-platform, component-library, components, nuxt-blog, nuxt-components, nuxt-modules, nuxt3, reusable-components, seo-friendly, vue3-components
- Language: Vue
- Homepage: https://canopas.com/resources
- Size: 34.4 MB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt Blog Kit
`Nuxt Blog Kit` is a component library for [**blogs website**](https://canopas.com/blog).
## 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_**](https://canopas.com/blog) .
## 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
1. Add `nuxt-blog-kit` dependency to your project .
### Using yarn :
```bash
yarn add --dev @canopassoftware/nuxt-blog-kit
```### Using npm :
```bash
npm install --save-dev @canopassoftware/nuxt-blog-kit
```
1. Add `nuxt-blog-kit` to the `modules` of `nuxt.config.ts`
```js
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](https://github.com/canopas/nuxt-blog-kit/blob/master/COMPONENTS.md)
# Credits
This repository is owned and maintained by the [Canopas team](https://canopas.com/). 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](https://github.com/canopas/nuxt-blog-kit/blob/main/LICENSE).