This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete the initial index for ABP Studio
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# ABP Studio | ||
|
||
ABP Studio is a **cross-platform** desktop application for ABP developers. It is well integrated to [ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/). It aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run and deploy your solutions much easier. | ||
ABP Studio is a **cross-platform** desktop application for ABP and .NET developers. It is well integrated to [ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/). It aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run, browse, monitor, trace and deploy your solutions much easier. | ||
|
||
> ABP Studio is currently in early preview. Documentation work is still ongoing. | ||
## Installation | ||
|
||
If you haven't installed yet, please see [the installation guide](installation.md) to prepare your environment and install ABP Studio on your computer. | ||
|
||
## Quick Starts | ||
|
||
The following guides are great resources to start with, until we fully document all ABP Studio features: | ||
|
||
* [Quick Start: Creating a Layered Web Application with ABP Studio](quick-starts/layered-web-application.md) | ||
* [Quick Start: Creating a Microservice Solution with ABP Studio](quick-starts/microservice.md) | ||
|
||
## Other Resources | ||
|
||
* [ABP Studio Concepts](concepts.md) |