NativeScript 菜单插件 Animated-Menu
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: iOS
- 软件首页: https://www.npmjs.com/package/nativescript-animated-menu
软件介绍
Animated-Menu 是 NativeScript 模块,可以添加一个动态菜单到 iOS 应用。Android 支持会基于这个项目添加一些 Android 动画。
在应用目录中运行 npm install nativescript-animated-menu --save:
. ├── app <------------------------------ run npm install from here │ ├── app.css │ ├── app.js │ ├── bootstrap.js │ ├── main-page.js │ ├── main-page.xml │ ├── node_modules │ │ └── nativescript-animated-menu <-- The install will place the module's code here │ │ └── ... │ └── package.json <----------------- The install will register “nativescript-animated-menu” as a dependency here │ └── tns_modules │ └── ... └── platforms └── ios
使用
root-page <-------------this is the page that will host the animated menu element └── animated-menu <------------the animated menu element will reference the menu page and main page (see below) └── menu-page └── main-page
人人都是产品经理
苏杰 / 电子工业出版社 / 2012-6 / 45.00元
本书为《人人都是产品经理》的升级版,是写给“1到3岁的产品经理”的书,适合刚入门的产品经理、产品规划师、需求分析师,以及对做产品感兴趣的学生,用户体验、市场运营、技术部门的朋友们,特别是互联网、软件行业。作为一名“4岁的产品经理”,作者讲述了过去3年的经历与体会,与前辈们的书不同,本书就像你走到作者身边,说“嗨,哥们!晚上有空吃个饭吗,随便聊聊做产品的事吧”,然后作者说“好啊”。 书名叫“......一起来看看 《人人都是产品经理》 这本书的介绍吧!
