Orchard 建立模組

2022-09-12 07:03:10 字數 743 閱讀 5788

2種方法

第一種:

執行orchard程式,登入到後台管理頁面

單擊左邊選單的modules

在filter輸入框中輸入code

啟用code generation

在目錄orchard.source.1.7.2\src\orchard.web\bin下雙擊orchard.exe

彈出的cmd視窗,顯示初始化中,初始化完成後,輸入codegen module orchard.news, 顯示如下:

initializing orchard session. (this might take a few seconds...)

type "?

"for help, "

exit

" to exit, "

cls"

to clear screen

orchard>codegen module orchard.news

creating module orchard.news

module orchard.news created successfully

orchard> codegen module orchard.news

載入完成後,專案modules下自動生成orchard.news專案

另外一種方法:手動

Orchard模組建立

詳細的中文翻譯請參考 1.orchard建立模組有兩種方式 使用命令列建立,需要注意,如果要用命令,先到管理後台啟用 code generation,只有啟用了 生成,才能在cmd視窗中輸入的命令有效 如 codegen theme mytheme basedon thethememachine c...

node js 基礎 建立模組

1.在你的乙個模組檔案module.js中 寫入 exports world function 2.然後在你的main.js 檔案中呼叫這個模組 require module 表示呼叫當前資料夾下的module檔案 如果只是想封裝乙個物件作為公共介面。function hello this sayh...

建立模組專案包

1 為支撐模組中的基礎模組建立專案包 2 為支撐模組中的許可權模組建立專案包 3 為支撐模組中的系統模組建立專案包 4 為應用模組建立專案包 第一步 建立基礎模組專案包com.common.platform.base 第二步 建立許可權模組專案包com.common.platform.auth 第三...