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

https://github.com/thislooksfun/vue-argon-theme

An easier way to install the Vue Argon Design System
https://github.com/thislooksfun/vue-argon-theme

Last synced: 5 months ago
JSON representation

An easier way to install the Vue Argon Design System

Awesome Lists containing this project

README

          

Vue Argon Theme
===============

This is an NPM mirror of the [Vue Argon Design System][system] that is designed
to be easier to drop-in to a project.

The [Vue Argon Design System][system] is licensed under [MIT][argon-license],
and [so is this package][theme-license].

## Usage:

```javascript
import Argon from 'vue-argon-theme'
Vue.use(Argon);
```

Then you can just use the components anywhere in Vue!

example.vue:
```html

Don't click me!

```

## Useful links:
* [Components][argon-components]

[argon-license]: https://github.com/creativetimofficial/vue-argon-design-system/#licensing
[theme-license]: https://github.com/thislooksfun/vue-argon-theme/blob/master/LICENSE
[system]: https://www.creative-tim.com/product/vue-argon-design-system
[argon-components]: https://demos.creative-tim.com/argon-design-system/docs/components/alerts.html