More i18n with Vue: Formatting and Fallbacks
A look at more features from the vue-i18n plugin for dealing with i18n in your Vue apps. We’ll look especially at string formatting and fallbacks.
A look at more features from the vue-i18n plugin for dealing with i18n in your Vue apps. We’ll look especially at string formatting and fallbacks.
Learn how to use nested routes in a Vue client-side Single Page Application (SPA). Create complex UIs with components nested inside other components.
A comparison of several Vue.js frameworks available for hybrid or web-based mobile apps.
Learn how to add Bootstrap 4 to Vue.js projects with BootstrapVue.
Find yourself writing variants of the same Vue.js computed properties all the time? Use vue-computed-helpers to handle them instead!
Fun fact, you can use Web Components in Vue.js apps just like any other component! Take a look!
Not quite sure what steps you should take to optimize your Vue.js apps and sites for search engines? Take a look at our list here.
Learn how to use environment variables for development, testing, and production with Vue projects.
In this article, we will see how to create a Universal application using Django and Nuxt.js. Django will handle the back-end operations and provide the APIs using the (DRF) Django Rest Framework, while Nuxt.js will create the frontend.
Form field validation requires a user to fill out all required fields in a web form. The validation is typically done where the developer can set up rules. In this tutorial, we will build a registration form which uses VeeValidate to validate its form input.