Git Product home page Git Product logo

pagebuilder's Introduction

Selldone Official Page Builder App

Version

Selldone ยฎ Business OS | Open Source Page Builder

  • Mode: ๐ŸŒ Public
  • Project Type: Vue Components Library

๐Ÿ›๏ธ Go to the Full Storefront Project โ–ถ

Installation

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

npm install @selldone/page-builder
yarn add @selldone/page-builder

Usage

Here's a basic example to get you started:

import {SetupPageBuilder} from "@selldone/page-builder";

//โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€• Page Builder (View Mode) โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•

SetupPageBuilder(app, { mode: "view" });

// or

//โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€• Page Builder (Edit Mode) โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•โ€•
SetupPageBuilder(app, {
   mode: "edit",
   server: {
      uploadImageUrl: (type, model) => {
         if (type === "page") {
            // Shop landing pages:
            return window.API.POST_UPLOAD_PAGE_IMAGE(model.shop_id, model.id);
         } else if (type === "menu") {
            // Shop custom page for menus:
            return window.API.POST_UPLOAD_PAGE_IMAGE(model.shop_id, "default"); // Save in default (For menus / notifications custom page design)
         } else if (type === "popup") {
            // Shop popups:
            return window.API.POST_UPLOAD_POPUP_IMAGE(model.shop_id, model.id);
         }
         return null;
      },

      uploadVideoUrl: (type, model) => {
         if (type === "page") {
            // Shop landing pages:
            return window.API.POST_UPLOAD_PAGE_VIDEO(model.shop_id, model.id);
         } else if (type === "menu") {
            // Shop custom page for menus:
            return window.API.POST_UPLOAD_PAGE_VIDEO(model.shop_id, "default"); // Save in default (For menus / notifications custom page design)
         } else if (type === "popup") {
            // Shop popups:
            return null;
         }
         return null;
      },
   },
});

Selldone's Page Builder is a cutting-edge tool designed for ease of use and professional output, requiring no coding skills or additional plugins. It's a modern solution that empowers users to create visually stunning, responsive websites effortlessly. With its intuitive interface, users can design and customize web pages to fit their unique needs, ensuring each page reflects their brand's aesthetic and ethos.

One of the standout features of Selldone's Page Builder is its ability to create Progressive Web Apps (PWA), bridging the gap between web and mobile applications. This ensures an engaging, app-like experience for users on various devices, enhancing reach and user engagement.

Selldone Page Builder Screenshot

Moreover, the builder is equipped to generate structured JSON pages. This feature is particularly significant for leveraging AI technologies, as it allows for the automation of page building, saving time and resources while ensuring a consistent quality of web design. This integration of AI capabilities signifies a forward-thinking approach, catering to the evolving needs of digital landscapes.

Overall, Selldone's Page Builder is an ideal choice for businesses and individuals seeking a professional, modern, and user-friendly solution to web creation, without the complexities of traditional web development.


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.

  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.


pagebuilder's People

Contributors

pajuhaan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.