@nativescript/template-hello-world-ts
Nativescript hello-world-ts 项目模板
npm i --save @nativescript/template-hello-world-ts

NativeScript TypeScript 模板

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

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

ns create my-hello-world-ts --template @nativescript/template-hello-world-ts

或使用 --tsc 简写。

ns create my-hello-world-ts --tsc

注意:这两个命令都将创建一个使用最新版本模板的新的 NativeScript 应用,该版本发布到 npm

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

# 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)
ns create my-hello-world-ts --template nativescript-app-templates/packages/template-hello-world-ts

获取帮助

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

尝试加入 NativeScript 社区的 Discord。Discord 频道是解决问题和与其他 NativeScript 开发者建立联系的好地方。

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

贡献

我们热爱 PR,并热情地接受它们。请自由地提出更改和新想法。我们将进行审查和讨论,以确保它们被接受并更好地集成。