美文网首页前端开发笔记Angular 4.x 修仙之路ionic开发
喜大普奔,angular终于有移动版UI库啦

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

作者: flutter开发精选 | 来源:发表于2018-09-30 11:36 被阅读42次

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

    特性

    • 开箱即用的高质量 Angular 无线端组件

    • UI 样式高度可配置,拓展性更强,轻松适应各类产品风格

    • 使用 TypeScript 开发,提供类型定义文件,支持类型及属性智能提示,方便业务开发

    • 提供 "组件按需加载" / "Web 页面高清显示" / "SVG Icon" 等优化方案,一体式开发

    • 支持在Ionic中运行[指南]

    可以扫码体验

    支持环境

    需要 polyfills

    • iOS 7.0+

    • Android 4.4+

    安装

    我们强烈推荐官方的 @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

    相关文章

      网友评论

      本文标题:喜大普奔,angular终于有移动版UI库啦

      本文链接:https://www.haomeiwen.com/subject/xxqwoftx.html