Overview
This guide helps you understand the Goldfish framework, learn about how to use Goldfish to develop mini programs, and dive into more information about the development.
About Goldfish
Goldfish is an Alipay mini program development framework. It helps to enhance the capabilities of the Alipay mini program framework.
Features
Goldfish provides the following capabilities:
- Support the most popular state management solutions:
- Powerful TypeScript type inference.
- Frequently used tool functions. For more information, see Tool functions.
Goldfish is also a progressive framework. You can use it either in a new project or an existing project. Goldfish code can co-exist perfectly with other framework codes.
How to use Goldfish
The diagram below illustrates how to get started on using Goldfish to develop mini programs:
Refer to the following procedures on how to complete each step:
- Organize directory structure
- Install Goldfish
- Configurate your project
- Develop mini program
- Code mini program
- Upload a version
Note: During development, refer to the following topics to write business codes:
More information
- Goldfish APIs
- Go deeper into Goldfish