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
- Host: GitHub
- URL: https://github.com/thislooksfun/vue-argon-theme
- Owner: thislooksfun
- License: mit
- Created: 2019-09-05T03:13:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T19:58:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-28T17:38:02.228Z (8 months ago)
- Language: CSS
- Homepage: https://www.npmjs.com/package/vue-argon-theme
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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