An open API service indexing awesome lists of open source software.

https://github.com/ajaymarathe/vue-apollo-design-system

Hi there, Vue Apollo Design System is open souce UI-KIT for Vue lovers based on Bootcatch Apollo Theme thanks :)
https://github.com/ajaymarathe/vue-apollo-design-system

bootstrap bootstrap4 css vue vue-apollo-design-system vue-apollo-uikit vue-uikit vuejs

Last synced: about 2 months ago
JSON representation

Hi there, Vue Apollo Design System is open souce UI-KIT for Vue lovers based on Bootcatch Apollo Theme thanks :)

Awesome Lists containing this project

README

          

# Vue Apollo Design System
Vue Apollo Design System is open source UI-KIT for Vue lovers based on Bootcatch Apollo Theme thanks :)

[![NPM](https://img.shields.io/npm/v/vue-apollo-design-system.svg)](https://www.npmjs.com/package/vue-apollo-design-system) [![NPM](https://img.shields.io/npm/dt/vue-apollo-design-system.svg)](https://www.npmjs.com/package/vue-apollo-design-system)
![license](https://img.shields.io/badge/license-MIT-blue.svg)

## Table of Contents

* [First-shot](#first-shot)
* [Quick Start](#quick-start)
* [Usage](#usage)
* [About](#about)
* [Author](#author)
* [Copyright and License](#copyright-and-license)

## First Shot
[![vue-apollo-design-system](https://raw.githubusercontent.com/ajaymarathe/image-store/master/vue-uikit/vue-apollo.png)](http://preview.bootcatch.com/vue-apollo-design-system/)

## Quick Start
```
$ npm i vue-apollo-design-system --save

Or
//Clone the repo.

$ git clone https://github.com/ajaymarathe/vue-apollo-design-system.git
```

## [Usage](http://blog.bootcatch.com/post/vue-components-based-design-system-is-based-on-bootcatch-themes-and-vue)

After download you can simply import DesignSystem in your main.js file and then you ready to use.

```js
// change the path of your design system
// import DesignSystem from '/plugins/DesignSystem';

import DesignSystem from 'vue-supine-design-system/plugins/DesignSystem'; // import here

Vue.use(DesignSystem); // use imported designSystem in Vue.use()
```

[Read Docs](http://blog.bootcatch.com/post/vue-components-based-design-system-is-based-on-bootcatch-themes-and-vue)

## About

Vue Apollo Design System is Vue and Bootstrap 4.x ( bootcatch-themes ) based UI-KIT. It is a component-based design system, It has different color styles and ready to use bootstrap components on a single click.

So download and use for your next project, thanks.

All the free ui-kit & templateS on Bootcatch are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

* http://preview.bootcatch.com/vue-apollo-design-system
* http://bootcatch.com/ui_kits

Fully coded UI-kits based on Bootstrap, Angular, Vue, React, Html, Sass.

## Author

Ajay Marathe

+ https://github.com/ajaymarathe
+ http://bootcatch.com
+ http://bootcatch.com/lightly
```
If you like my work then please give ⭐ and do follow me :P
```

## Copyright and License

Copyright 2019-2020 [Ajay Marathe](https://github.com/ajaymarathe). Code released under the [MIT](https://github.com/ajaymarathe/vue-apollo-design-system/blob/master/LICENSE) license.