@@ -17,21 +74,38 @@ const text2 = "> yi-abp new Acme.BookStore -t module -csf";
-
安装 Yi.Abp.Tool
如果之前未安装 Yi.Abp.Tool,请在命令行终端中安装:
+
+
+
克隆源代码,yi框架非打包,便于大家调试二开
+
需安装git,执行命令:
+
+
+
+
创建你的模块
+
在module文件夹内,命令行终端运行以下命令:
+
-
-
创建你的解决方案
-
在命令行终端运行以下命令:
-
配置
您可以更改下面的解决方案配置。
+
为项目命名
您可以使用不同级别的命名空间;例如,BookStore、Acme.BookStore 或 Acme.Retail.BookStore。
+
+
+
选择创建类型
+
+
+
+
选择数据库管理系统
+
+
+
+
@@ -44,16 +118,24 @@ const text2 = "> yi-abp new Acme.BookStore -t module -csf";
\ No newline at end of file
diff --git a/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue b/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue
index f98889e6..f9c55fde 100644
--- a/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue
+++ b/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue
@@ -1,5 +1,15 @@
@@ -11,10 +21,10 @@ const props = defineProps(["text"]);