1
0
forked from x/ContextOS
2023-07-01 13:44:02 +08:00

12 lines
432 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

chapter "创建模块"
spark `如果框架自带的模块或是网上找不到需要的功能模块可以自行开发。contexts 自带了完整的前后端框架与工具,可快速开发出完整的功能模块。`
section "添加代码"
spark `将 demo 替换成所需的模块名,创建目录并添加如下代码。`
shell `
mkdir src/demo/
vi src/demo/demo.go
`
spark inner src/document/started/development/demo.go