Skip to content
On this page

Introduction ​

STOREINO Apps ​

STOREINO Apps allow storeino to extend its existing functionality, then help STOREINO merchants to develop their business, by integrating with external services and adding specific features to their storeino admin.

Develop your app and present it to thousands of users in STOREINO marketplace and generate more revenues for yourself.

Apps content ​

A STOREINO App consists of two parts, the admin part and the store part.

  • admin part displayed for administrators

  • store part displayed for customers

Administrators use admin part to customize store part.

Development environment ​

The development of a storeino apps takes place in the Vuejs environment. So to be able to develop powerful apps, you must have good knowledge of Html, Css, JavaScript, and VueJs.

Make sure that the version of VueJs installed in your local.

Create STOREINO apps ​

Required fields Before starting to create an app, it is important to know the required fields for the proper functioning of the app. These fields are as follows

Team name : Name of the team

Team id : id of the team

Name : Name of the app

Placement : The placement where the app will be displayed in the theme

Image : Image for the team

Url : if we need to import an app from an external source, we set a route for it, as ot is the case for "/checkout"

Config : The configuration data of the app

Route : like an ID, each app must have a route identifing it

create app in marketplace ​

Next Steps ​

To continue developing an application, read the following steps:

Apps Structure

Basic structure

Released under the MIT License.