摘要:
There are times where you need to reset a an element’s styles. Instead of overwriting it with even more style declarations, you can simply reset them. 阅读全文
摘要:
Nuxt.js allows you to return a Promise from your data function so that you can asynchronously resolve data before displaying the page. This allows the 阅读全文
摘要:
The idea is when we tape the arrow keys on the keyboard, we want the ball move accodingly. Here, 'curr' is the function return from 'mapTo', the 'acc' 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文