1 Star 0 Fork 0

candyjs/candy-deno-template-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deno.json 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
Leo 提交于 2025-03-29 14:25 +08:00 . change js
{
"name": "@luban/mvc-template",
"version": "0.1.7",
"license": "MIT",
"tasks": {
"dev": "deno run --watch main.ts"
},
"exports": {
".": "./main.ts",
"./View": "./View.ts"
},
"fmt": {
"useTabs": false,
"lineWidth": 200,
"indentWidth": 2,
"semiColons": true,
"singleQuote": true,
"proseWrap": "preserve",
"include": ["./"],
"exclude": [".git/", ".vscode/", "**/*.html"]
},
"imports": {
"@luban/framework": "jsr:@luban/framework@0",
"@std/assert": "jsr:@std/assert@1"
},
"lock": false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/candyjs/candy-deno-template-engine.git
git@gitee.com:candyjs/candy-deno-template-engine.git
candyjs
candy-deno-template-engine
candy-deno-template-engine
main

搜索帮助