Skip to content

shoptet/create-visual-addon-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start creating Shoptet Visual Addon in a minute

Introduction

This repository contains the source code for a Shoptet Visual Addon, which allows you to easily build visual addons and deploy them with a minimum of additional settings.

Prerequisites

Before you can use create-visual-addon-boilerplate, you must have the following software installed on your system:

Node.js (version 12 or higher) and npm (version 6 or higher) You can download Node.js and npm from the official Node.js website: https://nodejs.org/

Once you have installed Node.js and npm, you can use create-visual-addon-boilerplate to create a new Visual Addon project.

Usage

To create a new Visual Addon project, simply run the following command:

npx shoptet/create-visual-addon-boilerplate

This will launch a wizard that will guide you through the process of creating a new project. Once the wizard is complete, you will have a fully functional Visual Addon project that you can customize to your needs.

After the wizard is complete, you can navigate to the newly created project folder and start the development server by running the following commands:

npm (or yarn) install
npm (or yarn) start

Open your browser and navigate to http://localhost:3000 to see your project in action.

Shoptet Addon repository

In order to fully integrate with Addon Repository deployment, you cannot change the boilerplate folder structure.

Shoptet Addon repository is now under beta testing, contact [email protected] if you want to try it.

Contributing

If you find any issues or have any suggestions for improving this project, please feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published