express-tsx
Advanced tools
Comparing version 4.2.2 to 4.2.3
{ | ||
"name": "express-tsx", | ||
"version": "4.2.2", | ||
"description": "express view engine", | ||
"version": "4.2.3", | ||
"description": "express view engine to render tsx file", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "src/index.ts", |
# 介绍 | ||
express 视图引擎 tsx 的实现 . | ||
tsx 文件的 express 的视图引擎 . | ||
警告 : 不能用于生产环境 , 没有打包, 使用的是直接加载模块文件 | ||
@@ -11,3 +12,3 @@ # 安装 | ||
# 使用示例 | ||
[主文件](./example/server.js) | ||
[主文件](./example/index.js) | ||
```javascript | ||
@@ -14,0 +15,0 @@ //创建包含 express-tsx 视图引擎的 express 服务 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52808
67