前端开发笔记Angular 4.x 修仙之路ionic开发

喜大普奔,angular终于有移动版UI库啦

2018-09-30  本文已影响42人  flutter开发精选

前端开发一直使用的angular库,在开发移动端的适合一直没有找到合适的UI库,去年蚂蚁金服的ng-zorro-antd发布,一直期待有移动版,今年终于不负所望,出现了ng-zorro-antd-mobile。大家赶紧去体验吧。

特性

可以扫码体验

支持环境

需要 polyfills

安装

我们强烈推荐官方的 @angular/cli 工具链辅助进行开发,在实际项目开发中,它可以很好的满足对 TypeScript 代码的构建、调试、代理、打包部署等一系列工程化的需求。

<pre style="margin: 0px; padding: 16px; border-radius: 3px; background: rgb(246, 248, 250); color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; overflow-wrap: normal; overflow: auto; line-height: 1.45; word-break: normal;">ng new PROJECT_NAME cd PROJECT_NAME
$ ng add ng-zorro-antd-mobile</pre>

如果你想了解更多CLI工具链的功能和命令,建议访问 Angular CLI 了解更多

image
上一篇 下一篇

猜你喜欢

热点阅读