An imperative guide to forms in Vue.jsSomething almost all web apps have in common is the fact that they need to get input from users, validate it, and act on it. Learning to…tagged: vueforms18-06-2019
Relearn CSS layout: Every LayoutIf you find yourself wrestling with CSS layout, it’s likely you’re making decisions for browsers they should be making themselves. Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that power browsers and CSS.Employing algorithmic layout design means doing away with @media breakpoints, “magic numbers”, and other hacks, to create context-independent layout components. Your future design systems will be more consistent, terser in code, and more malleable in the hands of your users and their devices.tagged: csslayout14-06-2019
Build a REST API with Node.js and Express.js - Developer How-tosqlite3tagged: sqlite3databaseexpressive14-06-2019
The Vue Instance — Vue.jsEvery Vue application starts by creating a new Vue instanctagged: vuelifecycle14-06-2019
Performance Audits and Code Reviews – CSS Wizardry – CSS Architecture, Web Performance Optimisation, and more, by Harry RobertsYou could be leaving hundreds of thousands of pounds of revenue on the table every year due to a poorly- or un-optimised website. Slow websites are one of online consumers’ biggest frustrations, and a fast way to miss out on sales.Wether you want to boost revenues, improve conversion rates, reduce churn, or improve retention and engagement, a well-optimised site is a key way to get there.Your website is slow. I can tell you why.tagged: speedaudit14-06-2019
API: The asyncData Method - Nuxt.jsYou may want to fetch data and render it on the server-side. Nuxt.js adds an asyncData method that lets you handle async operations before setting the component data.tagged: nuxt11-06-2019
API: The Context - Nuxt.jsThe context provides additional objects/params from Nuxt to Vue components. The context is available in special nuxt lifecycle areas like asyncData, fetch, plugins, 'middleware', 'modules', and 'nuxtServerInit`.tagged: vuecontext11-06-2019
Getting Started | Vue RouterCreating a Single-page Application with Vue + Vue Router is dead simple. With Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example:#tagged: vuegetting11-06-2019
Routing — Vue.jsFor most Single Page Applications, it’s recommended to use the officially-supported vue-router library. For more details, see vue-router’s documentation.tagged: vuerouting11-06-2019
API: The router Property - Nuxt.jsThe router property lets you customize Nuxt.js router (vue-router).tagged: nuxtroutingvuejs11-06-2019
Routing - Nuxt.jsNuxt.js automatically generates the vue-router configuration based on your file tree of Vue files inside the pages directory.tagged: nuxtvuejsrouting11-06-2019
Khroma - The AI color tool for designersThese colors will be used to train a color generator algorthim personalized to you. For best results, choose a wide variety of hues, values, and saturations. Happy picking!tagged: colours10-06-2019