Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道ionic serve使我能够测试和开发 Ionic 应用程序的命令。
ionic serve
但是是否有命令(或者是否有可能)将我的项目导出为静态 HTML 包,以便在不安装 NodeJS 和所有其他依赖项且不启动任何服务器的情况下使用浏览器查看它?
我相信ionic serve实际上会生成应用程序的静态版本(通过 gulp)。因此,请查看/www您的 ionic 应用程序中的文件夹。在浏览器中打开index.html可以让您查看应用程序,而无需同时运行 ionic serve。
/www
index.html