Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leslitech/lesli-vue
Vue elements, components, composables and tools for The Lesli Framework.
https://github.com/leslitech/lesli-vue
bulma components lesli ui ui-library vue vue-components vuejs
Last synced: 3 months ago
JSON representation
Vue elements, components, composables and tools for The Lesli Framework.
- Host: GitHub
- URL: https://github.com/leslitech/lesli-vue
- Owner: LesliTech
- License: gpl-3.0
- Created: 2023-08-08T15:06:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T01:43:30.000Z (3 months ago)
- Last Synced: 2024-09-27T19:41:05.876Z (3 months ago)
- Topics: bulma, components, lesli, ui, ui-library, vue, vue-components, vuejs
- Language: Vue
- Homepage: https://www.lesli.dev/vue/
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Vue elements, components, composables and tools for The Lesli Framework.
This library was initially developed for seamless integration with the Lesli framework. However, its versatility allows for utilization in various projects beyond Lesli. Stay tuned for the upcoming documentation.
### Quick start
```shell
# Add lesli-vue package
npm i lesli-vue
``````js
// Import the element, component or composable into your vue app
import { lesliButton } from "lesli-vue/elements"
``````html
My pretty button
My pretty button with an icon
```
### Documentation
[https://www.lesli.dev/vue/](https://www.lesli.dev/vue/)### Get in touch
* [Website: https://www.lesli.tech](https://www.lesli.tech)
* [Email: [email protected]]([email protected])
* [Twitter: @LesliTech](https://twitter.com/LesliTech)### License
-------
Copyright (c) 2023, Lesli Technologies, S. A.This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.