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.
我用 Angular 2 开发了一个应用程序,我想将它发送给雇主进行代码审查。
如果我只是复制文件和文件夹可以吗?如果是,我应该复制哪些文件和文件夹?
如果不是,我如何构建我的应用程序并将其发送给我的雇主?
如果您使用 System.js 直接在浏览器中转换您的打字稿代码,那么您可以继续将其发送给他们。
但是,如果您使用 npm 使用 angular-cli,则需要提供 npm angular-cli 安装说明。