Angular开启之旅

一,安装环境

安装最新稳定版本的node.js。

二,创建项目

ng new 项目名称

Would you like to add Angular routing? Yes 选择四分安装配置路由
Which stylesheet format would you like to use?  上下键可以选择CSS预编译器

三,启动项目

在项目名称的文件夹内,使用 ng serve --open 启动项目。

四,编译工具

个人推荐大家都熟悉的vscode,并推荐一些经常使用的插件。

  1. Angular 8 Snippets

  2. NG-ZORRO Snippets

  3. Path Intellisense

  4. Auto Import

  5. Angular Files

你可能感兴趣的:(H5,Angular)