tns-template-hello-world-ts
NativeScript hello-world-ts 项目模板
npm i --save tns-template-hello-world-ts

NativeScript TypeScript 模板

此模板创建了一个使用 NativeScript hello world 示例的 NativeScript 应用程序,但在这个模板中,示例是用 TypeScript 构建的。

您可以使用 --template 选项创建一个使用此模板的新应用程序。

tns create my-hello-world-ts --template tns-template-hello-world-ts

或者使用 --tsc 简写。

tns create my-hello-world-ts --tsc

注意:这两个命令都将创建一个新的 NativeScript 应用程序,该应用程序使用最新版本的此模板发布到 [npm](https://npmjs.net.cn/package/tns-template-hello-world-ts)。

如果您想创建一个使用模板的 master 分支源的新应用程序,您可以执行以下操作

# clone nativescript-app-templates monorepo locally
git clone [email protected]:NativeScript/nativescript-app-templates.git

# create app template from local source (all templates are in the 'packages' subfolder of the monorepo)
tns create my-hello-world-ts --template nativescript-app-templates/packages/template-hello-world-ts

获取帮助

NativeScript 框架有一个充满活力的社区,当您遇到问题时可以提供帮助。

尝试加入 NativeScript 社区 Slack。Slack 频道是一个获取帮助解决故障的好地方,同时也可以与其他 NativeScript 开发者建立联系。

如果您在此模板中发现问题,请在 NativeScript 存储库 中报告问题。

贡献

我们喜欢 Pull Request,并且乐于接受。请随意提出更改和新想法。我们将进行审查和讨论,以便它们可以被接受并更好地整合。