上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 491 下一页
摘要: Nuxt.js enables you to easily create layout and navigation by replacing the default App.vue template with your own _app.vue template. Then you simply 阅读全文
posted @ 2016-12-06 18:03 Zhentiw 阅读(300) 评论(0) 推荐(0)
摘要: Use Zeit’s now to deploy a node application from your local machine to a remote cloud service in moments. Install: Deploy: The url it generates contai 阅读全文
posted @ 2016-12-06 01:49 Zhentiw 阅读(576) 评论(0) 推荐(0)
摘要: In this lesson, we'll use next to create a universal React application with no configuration. We'll create page components that will render on the ser 阅读全文
posted @ 2016-12-06 01:27 Zhentiw 阅读(379) 评论(0) 推荐(0)
摘要: The vue-cli allows you to easily start up Vue projects from the command line while Nuxt.js enables a page-based routing system that follows your file 阅读全文
posted @ 2016-12-06 00:53 Zhentiw 阅读(478) 评论(0) 推荐(0)
摘要: getActivatedRoutePath(r: ActivatedRoute) { return r.url .subscribe(p => this.curtPath = p[0].path)} 阅读全文
posted @ 2016-12-05 04:41 Zhentiw 阅读(206) 评论(0) 推荐(0)
摘要: 'canLoad' guard can decide whether a lazy load module can be loaded or not. app.routers.ts: So if user not login, app won't load home module. 阅读全文
posted @ 2016-12-03 23:54 Zhentiw 阅读(1130) 评论(0) 推荐(0)
摘要: When your data contains discrete, non-numeric property values that you need to format or convert before displaying, d3.scaleOrdinal() is the API you n 阅读全文
posted @ 2016-12-02 21:55 Zhentiw 阅读(197) 评论(0) 推荐(0)
摘要: Sometimes data needs to be converted from a continuous range, like test scores, to a discrete set of output values, like letter grades. In this lesson 阅读全文
posted @ 2016-12-02 21:49 Zhentiw 阅读(190) 评论(0) 推荐(0)
摘要: Mapping abstract values to visual representations is what data visualization is all about, and that’s exactly what D3 scales do. This is usually done 阅读全文
posted @ 2016-12-02 21:42 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: Mapping abstract values to visual representations is what data visualization is all about, and that’s exactly what D3 scales do. Turning a test score 阅读全文
posted @ 2016-12-02 21:13 Zhentiw 阅读(315) 评论(0) 推荐(0)
上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 491 下一页