glue-plugin-web

To get started with gluestack-framework, check out this quick installation guide. It provides simple steps to help you install and use the library in your projects.
Getting Started
Installation
CLI
Plugin Dependencies

Getting Started


This plugin provides a comprehensive frontend solution for your application using Next.js.
It offers three types of templates for you to choose from: next-gluestack-ts, next-tailwind-ts, and next-ts.
These templates provide a solid foundation for building your application's frontend, with pre-configured settings and libraries to help you get started quickly.

Installation

To add frontend into your gluestack project, you can run the following command in project's root directory:
$ node glue add glue-plugin-web <instance-name>
For instance, let's install an instance named frontend in our gluestack project:
$ node glue add glue-plugin-web frontend
After a successful installation, you should see a new directory named after the frontend template that will be a basic nextJs project.
This will create a new directory names client inside which it will keep the frontend directory of your project and will contain all the necessary files and folders for your application's frontend.

Requirements


Docker must be installed on the system.

CLI

  • Commands
node glue add glue-plugin-web <instance-name>

Plugin Dependencies

Below is the list of all the plugins the glue-plugin-develop relies on. This information will help you ensure that your project has all the necessary dependencies installed to use the plugin.
  • glue-plugin-develop