 [试读] Angular 5 高级编程提供了很好的支持,因此可以 选择自己最喜欢的一款开发工具。 2.1.1 安装 Node.js 许多用于 Angular 开发的工具都依赖于 Node.js(也叫做 Node),Node.js 创建于 2009 年, 为采用 JavaScript 编写服务器端应用程序提供了一个简单而高效的运行时。Node.js 基于 Chrome 浏览器中使用的 JavaScript 引擎,并且提供了一个用于在浏览器环境之外执行 虽然作为一款应用程序服务器,Node.js 已经取得了成功,但是本书之所以提到 Node.js, 是因为它为新一代跨平台开发和构建工具提供了基础。由于 Node.js 团队进行的一些精巧 的设计决策以及 Chrome JavaScript 运行时提供的跨平台支持,人们发现它可用来编写开发 工具。简而言之,Node.js 已经成为 Web 应用程序开发的必备工具。 重要的是要确保下载的 Node.js 版本与本书中使用的相同。尽管 版本与本书中使用的相同。尽管 Node.js 相对稳定,但 是 API 仍然会不时地发生重大变更,这样可能会导致本书中包含的示例无法正常运行。 本书使用的版本是 8.9.1,这是本书写作时的长期支持(Long Term Support,LTS)版本。 Angular 5 高级编程(第 2 版) 6 当阅读本书时,Node.js 可能会有更新的版本,但是为了正常运行本书中的例子,应该坚持0 码力 | 42 页 | 6.14 MB | 1 年前3 [试读] Angular 5 高级编程提供了很好的支持,因此可以 选择自己最喜欢的一款开发工具。 2.1.1 安装 Node.js 许多用于 Angular 开发的工具都依赖于 Node.js(也叫做 Node),Node.js 创建于 2009 年, 为采用 JavaScript 编写服务器端应用程序提供了一个简单而高效的运行时。Node.js 基于 Chrome 浏览器中使用的 JavaScript 引擎,并且提供了一个用于在浏览器环境之外执行 虽然作为一款应用程序服务器,Node.js 已经取得了成功,但是本书之所以提到 Node.js, 是因为它为新一代跨平台开发和构建工具提供了基础。由于 Node.js 团队进行的一些精巧 的设计决策以及 Chrome JavaScript 运行时提供的跨平台支持,人们发现它可用来编写开发 工具。简而言之,Node.js 已经成为 Web 应用程序开发的必备工具。 重要的是要确保下载的 Node.js 版本与本书中使用的相同。尽管 版本与本书中使用的相同。尽管 Node.js 相对稳定,但 是 API 仍然会不时地发生重大变更,这样可能会导致本书中包含的示例无法正常运行。 本书使用的版本是 8.9.1,这是本书写作时的长期支持(Long Term Support,LTS)版本。 Angular 5 高级编程(第 2 版) 6 当阅读本书时,Node.js 可能会有更新的版本,但是为了正常运行本书中的例子,应该坚持0 码力 | 42 页 | 6.14 MB | 1 年前3
 Angular CLI Tutorial.................................................................................. 3 Download Node.js archive ........................................................................................ environment setup required for Angular CLI in detail. Download Node.js archive Download latest version of Node.js installable archive file from Node.js Downloads, which is available at https://nodejs.org/download/ the MSI file and follow the prompts to install the Node.js. By default, the installer uses the Node.js distribution in C:\Program Files\nodejs. The installer should set the C:\Program Files\nodejs\bin0 码力 | 64 页 | 1.04 MB | 1 年前3 Angular CLI Tutorial.................................................................................. 3 Download Node.js archive ........................................................................................ environment setup required for Angular CLI in detail. Download Node.js archive Download latest version of Node.js installable archive file from Node.js Downloads, which is available at https://nodejs.org/download/ the MSI file and follow the prompts to install the Node.js. By default, the installer uses the Node.js distribution in C:\Program Files\nodejs. The installer should set the C:\Program Files\nodejs\bin0 码力 | 64 页 | 1.04 MB | 1 年前3
 快快樂樂學會 Angular 2 網站開發框架透過 webpack 自動合併 ) – 支援延遲載入機制與伺服器渲染機制 (Node.js & ASP.NET ) • 學習曲線更低 – 採用 TypeScript 語法更簡潔 ( 類別、介面、屬性、方法 ) – 移除超過 40+ 個 directives • 平台支援更強大 – 支援 Browser, Node.js, NativeScript, React Native, … 11 Angular0 码力 | 38 页 | 1.12 MB | 1 年前3 快快樂樂學會 Angular 2 網站開發框架透過 webpack 自動合併 ) – 支援延遲載入機制與伺服器渲染機制 (Node.js & ASP.NET ) • 學習曲線更低 – 採用 TypeScript 語法更簡潔 ( 類別、介面、屬性、方法 ) – 移除超過 40+ 個 directives • 平台支援更強大 – 支援 Browser, Node.js, NativeScript, React Native, … 11 Angular0 码力 | 38 页 | 1.12 MB | 1 年前3
 Angular 8 - Reviewedafter that, we can deploy our application. For this purpose, Node.js must be installed in your system. Hopefully, you have installed Node.js on your machine. We can check it using the below command: It will take not more than five minutes to install. npm is used to install Angular 8 CLI. Once Node.js is installed, npm is also installed. If you want verify it, type the below command: npm -v You easily and quickly. As we know already, Angular CLI tool is used for development and built on top of Node.js, installed from NPM.This chapter explains about Angular 8 CLI commands in detail. Verify CLI0 码力 | 231 页 | 4.00 MB | 1 年前3 Angular 8 - Reviewedafter that, we can deploy our application. For this purpose, Node.js must be installed in your system. Hopefully, you have installed Node.js on your machine. We can check it using the below command: It will take not more than five minutes to install. npm is used to install Angular 8 CLI. Once Node.js is installed, npm is also installed. If you want verify it, type the below command: npm -v You easily and quickly. As we know already, Angular CLI tool is used for development and built on top of Node.js, installed from NPM.This chapter explains about Angular 8 CLI commands in detail. Verify CLI0 码力 | 231 页 | 4.00 MB | 1 年前3
共 4 条
- 1













