Django html中内联的Typescript

时间:2019-06-17 09:53:00

标签: django typescript

我正在尝试将Typescript和Django结合使用。我要做的是使用Django Compressor,这使我可以导入已编译的打字稿文件。但是,如果我需要用html内嵌打字稿代码怎么办?

例如:

<script> require('path/to/my/file.ts') </script>

我发现了仓库https://github.com/MasterKale/django-brunch-ts-scss,它表明这是可能的,但我不知道如何在不使用Brunch.io的情况下实现这一目标。

0 个答案:

没有答案