cordova-app-hello-world:Apache Cordova模板应用程序

时间:2024-02-23 19:18:29
【文件属性】:

文件名称:cordova-app-hello-world:Apache Cordova模板应用程序

文件大小:43KB

文件格式:ZIP

更新时间:2024-02-23 19:18:29

nodejs javascript css html cordova

Apache Cordova Hello World应用程序 一个简单的Hello World应用程序,有两个用途: 创建新项目时,它将用作默认应用程序模板 它是构建和发布自定义Cordova模板的参考。 模板的结构 template_package ├── package.json (for your template package to be published on npm) ├── index.js └── template_src (contains template files) ├── package.json ├── config.xml └── (files and folders that make up the template) 在template_src之外 template_src之外的所有文件都用于定义有关模板的参数。 这些文件在创建时不会被复制,因此可以随意添加README或template_src之外的任何其他文件。 index.js index.js指向模板所在的位置。 您会看到index.js通常看起来像: con


【文件预览】:
cordova-app-hello-world-master
----.asf.yaml(1KB)
----NOTICE(161B)
----index.js(1KB)
----package.json(439B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------ISSUE_TEMPLATE.md(1KB)
--------ISSUE_TEMPLATE()
----LICENSE(11KB)
----CONTRIBUTING.md(1KB)
----template_src()
--------www()
--------package.json(547B)
--------config.xml(2KB)
--------gitignore(102B)
----.npmignore(3B)
----RELEASENOTES.md(4KB)
----.gitignore(63B)
----README.md(3KB)

网友评论