Lobster.Boot 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lobster.Boot --version 1.0.0                
NuGet\Install-Package Lobster.Boot -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lobster.Boot" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lobster.Boot --version 1.0.0                
#r "nuget: Lobster.Boot, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lobster.Boot as a Cake Addin
#addin nuget:?package=Lobster.Boot&version=1.0.0

// Install Lobster.Boot as a Cake Tool
#tool nuget:?package=Lobster.Boot&version=1.0.0                

LobsterBoot

介绍

一种新的应用系统开发方式,通过在线开发前端、后端代码,采用Typescript开发api服务,实现web应用、移动应用等开发

软件架构

alternate text is missing from this package README image<br>

安装教程
  1. 在Docker中部署LobsterBoot
$ docker login --username=kaka*****@126.com registry.cn-hangzhou.aliyuncs.com
$ docker tag [ImageId] registry.cn-hangzhou.aliyuncs.com/kakake/lobsterboot:[镜像版本号]
$ docker push registry.cn-hangzhou.aliyuncs.com/kakake/lobsterboot:[镜像版本号]

$ docker pull registry.cn-hangzhou.aliyuncs.com/kakake/lobsterboot:latest
$ docker run -d -p 7777:80 -p 7222:7222 --restart=always --name lobsterboot registry.cn-hangzhou.aliyuncs.com/kakake/lobsterboot:latest
  1. 打开http://localhost:7777/bootconfig.html,进行应用配置,默认登录密码Lobster@123456
  2. 在Gitee网站上编写应用代码
使用说明

1.接口测试

接口地址:https://localhost:7777/lobsterapi/?fun=tsbook.getdata&view=layui&appid=3052

alternate text is missing from this package README image<br>

  1. 接口调试

第一步:在浏览器输入chrome://inspect/#devices,配置地址localhost:7222

第二步:将出现Remote Target#LOCALHOST,点击inspect打开DevTools界面

第三步:打开接口https://localhost:7777/lobsterapi/?fun=tsbook.getdata2&view=layui&appid=3052&debug=true

第四步:DevTools界面将自动进入断点,进行调试api代码

alternate text is missing from this package README image<br>

  1. 在Gitee上编写代码

模板应用的代码仓库地址:https://gitee.com/kakake/lobsterboot-3052-books

alternate text is missing from this package README image<br>

  1. 应用配置

配置地址:http://localhost:7777/bootconfig.html

alternate text is missing from this package README image<br>

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Lobster.Boot:

Package Downloads
Lobster.WebIDE

在线IDE

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.4 125 8/30/2024
1.4.3 88 8/29/2024
1.4.2 90 8/29/2024
1.4.1 76 8/29/2024
1.4.0 147 8/23/2024
1.3.9 113 8/17/2024
1.3.8 91 8/17/2024
1.3.7 99 8/15/2024
1.3.6 110 8/14/2024
1.3.5 90 8/14/2024
1.3.4 86 8/12/2024
1.3.3 35 8/2/2024
1.3.2 33 8/2/2024
1.3.1 78 8/1/2024
1.3.0 70 7/29/2024
1.2.9 56 7/24/2024
1.2.8 69 7/11/2024
1.2.7 53 7/11/2024
1.2.6 65 7/11/2024
1.2.5 79 6/15/2024
1.2.4 99 5/16/2024
1.2.3 72 5/14/2024
1.2.2 73 5/13/2024
1.2.1 65 5/11/2024
1.2.0 77 5/8/2024
1.1.9 70 5/8/2024
1.1.8 220 12/1/2023
1.1.7 152 11/25/2023
1.1.6 148 11/20/2023
1.1.5 135 11/19/2023
1.1.4 122 11/13/2023
1.1.3 144 11/4/2023
1.1.2 111 10/31/2023
1.1.1 125 10/30/2023
1.1.0 140 10/27/2023
1.0.9 151 10/26/2023
1.0.8 136 10/22/2023
1.0.7 150 10/20/2023
1.0.6 139 10/19/2023
1.0.5 125 10/18/2023
1.0.4 132 10/17/2023
1.0.3 122 10/16/2023
1.0.2 128 10/16/2023
1.0.1 149 10/15/2023
1.0.0 132 10/14/2023

LobsterBoot核心类库