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

https://github.com/selldone/components

Pre-built Vue.js components for storefront and backoffice of selldone stores.
https://github.com/selldone/components

backoffice components-library ecommerce storefornt vue

Last synced: about 1 month ago
JSON representation

Pre-built Vue.js components for storefront and backoffice of selldone stores.

Awesome Lists containing this project

README

        

![Selldone Official Storefront App](_docs/images/banner-components.jpg)

Version
![Selldone](https://img.shields.io/badge/type-Selldone-f39f37?style=flat&label=components&labelColor=%23567&color=%23000)
![Vue3](https://img.shields.io/badge/version-Vue-8BC34A?style=flat&label=3&labelColor=%238BC34A&color=%2300796B)
![License](https://img.shields.io/github/license/selldone/components.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/78c73a7be7d5452bbb8a66e4e41941b0)](https://app.codacy.com/gh/selldone/components/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

# Selldone ® Business OS | Open Source Commerce Components

* **Mode:** 🌍 Public
* **Use case:** Pre built Vue commerce components for both storefront and backoffice.
* **Project Type:** Vue Components Library

🛍️ Go to the [**Full Storefront Project ▶**](https://github.com/selldone/storefront)

## Installation

To install Selldone Core in your project, use the following command :

```bash
npm install @selldone/components-vue
```
```bash
yarn add @selldone/components-vue
```

## Usage

Here's a basic example to get you started:

```javascript
import { createComponents } from "@selldone/components-vue/components";

const components = createComponents({});
app.use(components);
```

# Copyright and License

## Copyright Notice

```
Copyright © 2023 Selldone®

All rights reserved. This software and associated documentation files (the "Software") are the property of Selldone®.
```

---

## License

**Selldone Ecosystem License Agreement**

1. **Scope of License**: This license is granted exclusively for the use of the enclosed code (hereinafter referred to
as "the Code") within the Selldone ecosystem. The licensee is authorized to use the Code solely in conjunction with
services and applications that are part of, or directly related to, the Selldone ecosystem.

2. **Commercial Use Restriction**: The licensee is strictly prohibited from using the Code for any commercial purposes
outside the Selldone ecosystem. Commercial utilization is permissible only when it is within the Selldone ecosystem
and in accordance with the terms of this agreement.

3. **Permission for Free Use**: The Code may be used for non-commercial, free services, provided that explicit credit is
given to Selldone. This credit must include the name "Selldone" prominently displayed on the user interface of the
relevant service or application, along with a hyperlink to [selldone.com](https://selldone.com).

4. **No Redistribution**: The licensee may not redistribute the Code, in whole or in part, to any third party outside
the Selldone ecosystem, unless expressly authorized by Selldone.

5. **No Modification for Redistribution**: While modifications to the Code for personal or internal use within the
Selldone ecosystem are allowed, the licensee may not modify the Code for the purpose of redistribution outside the
Selldone ecosystem.

6. **Termination**: Failure to comply with the terms of this agreement will result in the immediate termination of the
license and may subject the licensee to legal action.

7. **Disclaimer of Warranty**: The Code is provided "as is" without any warranties of any kind, either expressed or
implied, including but not limited to implied warranties of merchantability or fitness for a particular purpose.

8. **Limitation of Liability**: In no event shall Selldone be liable for any damages arising out of the use or inability
to use the Code.

9. **Jurisdiction and Disputes**: This agreement shall be governed by the laws of the jurisdiction where Selldone is
established. Any disputes arising from this agreement shall be resolved in the courts of that jurisdiction.

By using the Code, the licensee acknowledges that they have read, understood, and agreed to the terms of this license.

---