Vuejs history
https://madhusha.medium.com/vuejs-history-865eb1bba386?source=rss------vuejs-5
Vue.js is an easy-to-use web app framework that we can use to develop interactive front-end apps.Continue reading on Medium »
https://madhusha.medium.com/vuejs-history-865eb1bba386?source=rss------vuejs-5
Vue.js is an easy-to-use web app framework that we can use to develop interactive front-end apps.Continue reading on Medium »
How to Add Icon and Splash Screen to your Ionic App
https://medium.com/@simonescigliuzzi/how-to-add-icon-and-splash-screen-to-your-ionic-app-ccec37240934?source=rss------vuejs-5
The first thing we all think about, when we start creating a brand new App is “what icon could I use to it?”Continue reading on Medium »
https://medium.com/@simonescigliuzzi/how-to-add-icon-and-splash-screen-to-your-ionic-app-ccec37240934?source=rss------vuejs-5
The first thing we all think about, when we start creating a brand new App is “what icon could I use to it?”Continue reading on Medium »
Vuex Nedir? Vuex’in Temelleri
https://medium.com/@sinancam/vuex-nedir-vuexin-temelleri-1a7701d0a4e5?source=rss------vuejs-5
Vuex, uygulamalarımızda karmaşık bileşen yapısındaki state’leri (durumları) yönetmek için kullanılan bir vue.js kütüphanedir. State’in…Continue reading on Medium »
https://medium.com/@sinancam/vuex-nedir-vuexin-temelleri-1a7701d0a4e5?source=rss------vuejs-5
Vuex, uygulamalarımızda karmaşık bileşen yapısındaki state’leri (durumları) yönetmek için kullanılan bir vue.js kütüphanedir. State’in…Continue reading on Medium »
Top 5 NuxtJS modules for your next project [2022 edition]
https://dev.to/patik123/top-5-nuxtjs-modules-for-your-next-project-2022-edition-2nf
NuxtJS
[NuxtJs]((https://nuxtjs.org) is a JavaScript framework based on the VueJS framework. It enables us to develop both static and server-side rendered pages. It appears to be a fantastic enhancement to Vue.js. I even developed a mobile app for my school using NuxtJS as a research project this week, and I think it's a fantastic framework. Vue 3 was released a few months ago, and it offers a lot of new features. I haven't tried it yet, but I plan to do so soon.
I hope you will try NuxtJS.
PWA
We'd want to bring the website closer to the user today. One possibility is to persuade a visitor to return to our website so that they may download it and use it as a conventional desktop program.
We can use progressive web apps technology to aid us here since it allows us to install on the device.
We can utilize a pre-written module that handles practically all of the work for us if we want to construct a progressive web application using NuxtJS.
Documentation
GitHub repo
i18n
Website localization has become commonplace, allowing users to have a far superior user experience than viewing a page in a foreign language.
The NuxtJS framework provides a module that allows us to convert our site into additional languages with less effort. We can create a website in several languages with only a few lines of code using it.
Documentation
GitHub repo
Axios
Data is often received by the interactive site via API calls and other internet services.
Axios is a well-known JavaScript library for implementing HTTP requests in the browser.
In addition to performing HTTP requests, the Axios library for NuxtJS allows us to write our functions.
Documentation
GitHub repo
Content
However, when we use the JAM stack to create our blog, we can use the Content module for NuxtJS. Its primary role is to convert Markdown files to HTML, but the module provides even more functionality, such as searching for articles in the same way as MongoDB does, highlining code, and so on.
The content module is ideal for generating blogs and website documentation.
Documentation
GitHub repo
Auth
User login and identification functions are now available in almost every program. This procedure is straightforward in NuxtJS since the Auth module makes it easier for us. Simultaneously, it enables us to construct a login using pre-configured OAuth 2 providers, however, we may also create our providers.
Documentation
GitHub
I hope this article has helped you decide which NuxtJS modules to utilize in your next project. Visit this website for more modules and be sure to discover something that interests you.
You can start following me on Twitter if you enjoy the article and share it. I'll gladly add my two cents as well.
https://dev.to/patik123/top-5-nuxtjs-modules-for-your-next-project-2022-edition-2nf
NuxtJS
[NuxtJs]((https://nuxtjs.org) is a JavaScript framework based on the VueJS framework. It enables us to develop both static and server-side rendered pages. It appears to be a fantastic enhancement to Vue.js. I even developed a mobile app for my school using NuxtJS as a research project this week, and I think it's a fantastic framework. Vue 3 was released a few months ago, and it offers a lot of new features. I haven't tried it yet, but I plan to do so soon.
I hope you will try NuxtJS.
PWA
We'd want to bring the website closer to the user today. One possibility is to persuade a visitor to return to our website so that they may download it and use it as a conventional desktop program.
We can use progressive web apps technology to aid us here since it allows us to install on the device.
We can utilize a pre-written module that handles practically all of the work for us if we want to construct a progressive web application using NuxtJS.
Documentation
GitHub repo
i18n
Website localization has become commonplace, allowing users to have a far superior user experience than viewing a page in a foreign language.
The NuxtJS framework provides a module that allows us to convert our site into additional languages with less effort. We can create a website in several languages with only a few lines of code using it.
Documentation
GitHub repo
Axios
Data is often received by the interactive site via API calls and other internet services.
Axios is a well-known JavaScript library for implementing HTTP requests in the browser.
In addition to performing HTTP requests, the Axios library for NuxtJS allows us to write our functions.
Documentation
GitHub repo
Content
However, when we use the JAM stack to create our blog, we can use the Content module for NuxtJS. Its primary role is to convert Markdown files to HTML, but the module provides even more functionality, such as searching for articles in the same way as MongoDB does, highlining code, and so on.
The content module is ideal for generating blogs and website documentation.
Documentation
GitHub repo
Auth
User login and identification functions are now available in almost every program. This procedure is straightforward in NuxtJS since the Auth module makes it easier for us. Simultaneously, it enables us to construct a login using pre-configured OAuth 2 providers, however, we may also create our providers.
Documentation
GitHub
I hope this article has helped you decide which NuxtJS modules to utilize in your next project. Visit this website for more modules and be sure to discover something that interests you.
You can start following me on Twitter if you enjoy the article and share it. I'll gladly add my two cents as well.
DEV Community
Top 5 NuxtJS modules for your next project [2022 edition]
NuxtJS NuxtJs is a JavaScript framework based on the VueJS framework. It enables us to...
Pinia vs Vuex: Pinia, Vuex’e iyi bir alternatif mi?
https://medium.com/berkut-teknoloji/pinia-vs-vuex-pinia-vuexe-iyi-bir-alternatif-mi-596fbe85b8c9?source=rss------vuejs-5
Vue.js için hafif bir state yönetim kütüphanesi olan Pinia, son zamanlarda popülerlik kazanmaya başladı. State yönetimi için Vue 3'teki…Continue reading on Berkut Teknoloji »
https://medium.com/berkut-teknoloji/pinia-vs-vuex-pinia-vuexe-iyi-bir-alternatif-mi-596fbe85b8c9?source=rss------vuejs-5
Vue.js için hafif bir state yönetim kütüphanesi olan Pinia, son zamanlarda popülerlik kazanmaya başladı. State yönetimi için Vue 3'teki…Continue reading on Berkut Teknoloji »
6 Top learning resources for Vue JS, ordered methodically!
https://famzil.medium.com/6-top-learning-resources-for-vue-js-ordered-methodically-9358b5d4bd79?source=rss------vuejs-5
Where to start learning Vue JS?Continue reading on Medium »
https://famzil.medium.com/6-top-learning-resources-for-vue-js-ordered-methodically-9358b5d4bd79?source=rss------vuejs-5
Where to start learning Vue JS?Continue reading on Medium »
Lightue 0.1.2 released
https://dev.to/smalllong/lightue-012-released-115j
link to github
Lightue is a startup front-end framework inspired by Vue and React. It features in lightweight and low overhead, which makes it suitable for small personal projects. The new versions adds these new features:
function value as the getter
html shortcut methods
https://dev.to/smalllong/lightue-012-released-115j
link to github
Lightue is a startup front-end framework inspired by Vue and React. It features in lightweight and low overhead, which makes it suitable for small personal projects. The new versions adds these new features:
function value as the getter
html shortcut methods
DEV Community
Lightue 0.1.2 released
link to github Lightue is a startup front-end framework inspired by Vue and React. It features in...
How To Integrate Keycloak in VueJs/NuxtJs
https://medium.com/@anamolsoman2/how-to-integrate-keycloak-in-vuejs-nuxtjs-557cc4bcef41?source=rss------vuejs-5
Step by step guide to integrate the keycloak in VueJs/NuxtJsContinue reading on Medium »
https://medium.com/@anamolsoman2/how-to-integrate-keycloak-in-vuejs-nuxtjs-557cc4bcef41?source=rss------vuejs-5
Step by step guide to integrate the keycloak in VueJs/NuxtJsContinue reading on Medium »
How to Import Client Text Files in Vue.js/Vuetify
https://javascript.plainenglish.io/importing-client-text-files-in-vue-vuetify-a9ef0a76c821?source=rss------vuejs-5
I was working on a Vue.js/Vuetify website project. The project provides the user with the ability to import JSON data from a file. My…Continue reading on JavaScript in Plain English »
https://javascript.plainenglish.io/importing-client-text-files-in-vue-vuetify-a9ef0a76c821?source=rss------vuejs-5
I was working on a Vue.js/Vuetify website project. The project provides the user with the ability to import JSON data from a file. My…Continue reading on JavaScript in Plain English »
Sprint 協作專案 Alphitter — 歷程回顧
https://dollychen-yiching.medium.com/sprint-%E5%8D%94%E4%BD%9C%E5%B0%88%E6%A1%88-alphitter-%E6%AD%B7%E7%A8%8B%E5%9B%9E%E9%A1%A7-a1034f3c96e4?source=rss------vuejs-5
前後端分離畢業專案的流程紀錄與反思Continue reading on Medium »
https://dollychen-yiching.medium.com/sprint-%E5%8D%94%E4%BD%9C%E5%B0%88%E6%A1%88-alphitter-%E6%AD%B7%E7%A8%8B%E5%9B%9E%E9%A1%A7-a1034f3c96e4?source=rss------vuejs-5
前後端分離畢業專案的流程紀錄與反思Continue reading on Medium »
Front End Web Pattern for 2022
https://medium.com/@devjo/front-end-web-pattern-for-2022-fe53284ca93a?source=rss------vuejs-5
It has been yet another pandemic stricken year. 😢 Most of us are still working from home or remotely.Continue reading on Medium »
https://medium.com/@devjo/front-end-web-pattern-for-2022-fe53284ca93a?source=rss------vuejs-5
It has been yet another pandemic stricken year. 😢 Most of us are still working from home or remotely.Continue reading on Medium »
Getting started with Vuetify
https://medium.com/@codingbeauty/getting-started-with-vuetify-1f133a06e89a?source=rss------vuejs-5
Designing a great user interface from scratch can take a lot of effort. Apart from the skill required for constructing a delightful user…Continue reading on Medium »
https://medium.com/@codingbeauty/getting-started-with-vuetify-1f133a06e89a?source=rss------vuejs-5
Designing a great user interface from scratch can take a lot of effort. Apart from the skill required for constructing a delightful user…Continue reading on Medium »
Migrate your Vue.js project to AWS S3
https://medium.com/@idhairyavora/migrate-your-vue-js-project-to-aws-s3-7f8827289cf0?source=rss------vuejs-5
This process can be used by students to learn and understand the most basic way of manually migrating a project to AWS.Continue reading on Medium »
https://medium.com/@idhairyavora/migrate-your-vue-js-project-to-aws-s3-7f8827289cf0?source=rss------vuejs-5
This process can be used by students to learn and understand the most basic way of manually migrating a project to AWS.Continue reading on Medium »
Vue 3 evaluation in a nutshell
https://javascript.plainenglish.io/vue-3-evaluation-in-a-nutshell-4e36984f009d?source=rss------vuejs-5
The lightweight JavaScript framework in the spotlight.Continue reading on JavaScript in Plain English »
https://javascript.plainenglish.io/vue-3-evaluation-in-a-nutshell-4e36984f009d?source=rss------vuejs-5
The lightweight JavaScript framework in the spotlight.Continue reading on JavaScript in Plain English »
Create an Azure Static Web App with Vue3, TailwindCSS v3 and Python Function Apps
https://medium.com/@bastiaanrudolf/create-an-azure-static-web-app-with-vue3-tailwindcss-v3-and-python-function-apps-7d4be3d408f6?source=rss------vuejs-5
Build 🔵 subscribr, a simple Static Web App — including boilerplate code!Continue reading on Medium »
https://medium.com/@bastiaanrudolf/create-an-azure-static-web-app-with-vue3-tailwindcss-v3-and-python-function-apps-7d4be3d408f6?source=rss------vuejs-5
Build 🔵 subscribr, a simple Static Web App — including boilerplate code!Continue reading on Medium »
An Introduction to Custom Icons in Vue
https://javascript.plainenglish.io/custom-icons-in-vue-96a86dcbf56f?source=rss------vuejs-5
Add custom icons to your Vue project.Continue reading on JavaScript in Plain English »
https://javascript.plainenglish.io/custom-icons-in-vue-96a86dcbf56f?source=rss------vuejs-5
Add custom icons to your Vue project.Continue reading on JavaScript in Plain English »
Get Ready to Offer Customer Services With Own Mobile App
https://dev.to/alexjonesmoren/get-ready-to-offer-customer-services-with-own-mobile-app-5dci
User-friendly interface is the main need from the customer side to book any products or services. Trioangle’s mobile app development services behind you means you can quickly launch your own mobile app for business.
Mail: [email protected]
Skype: Trioangle
WhatsApp: +91 6379630152
Website: (https://www.trioangle.com/mobile-development-services)
https://dev.to/alexjonesmoren/get-ready-to-offer-customer-services-with-own-mobile-app-5dci
User-friendly interface is the main need from the customer side to book any products or services. Trioangle’s mobile app development services behind you means you can quickly launch your own mobile app for business.
Mail: [email protected]
Skype: Trioangle
WhatsApp: +91 6379630152
Website: (https://www.trioangle.com/mobile-development-services)
How we built a Careers Website on WordPress with Vue.js and GreenHouse
https://exemplifi.medium.com/how-we-built-a-careers-website-on-wordpress-with-vue-js-and-greenhouse-761f735911e6?source=rss------vuejs-5
The Client’s Use caseContinue reading on Medium »
https://exemplifi.medium.com/how-we-built-a-careers-website-on-wordpress-with-vue-js-and-greenhouse-761f735911e6?source=rss------vuejs-5
The Client’s Use caseContinue reading on Medium »
How to display laravel validation errors in vuejs
https://dev.to/jovialcore/how-to-display-laravel-validation-errors-in-vuejs-2g3c
There are several resources that address this topic but I want to just share my solution for a situation where you have to display laravel validation errors in vuejs component not just with the traditional loop but, this time, a nested loop. You should understand better by the time we are done.
Note: I wiil not go into details on how to write an API in laravel or build a vuejs app frontend. I will just discuss this topic with code snippets that you are probably familiar with if you are used to writing laravel and Vuejs
Lets assume that we return error responses from our backend like so
public function register(Request $request)
{
$validator = Validator::make($request->all(), [
'name' => 'required|string',
'email' => 'required|email|unique:users',
'gender' => 'required',
]);
if ($validator->fails()) {
return response()->json($validator->messages(), 400);
}
}
Lets say the user have some empty fields from the frontend, so in our browser network tab, the laravel validation error responses from our backend looks like this:
Now, in our Vuejs Component;
We have a state in the data object where we assign the response errors to.
export default {
data() {
return{
notifmsg: ''
}
},
While in our catch() function we are assigning laravel validation response like so:
.then(()=> {
// do some magic stuff here
}).catch(e => {
this.notifmsg = e.response.data
})
Now here is the thing:
If you go by the traditional way of looping through the response we got from our backend, like so:....
<div v-for="(errorArray, index) in notifmsg" :key="index">
<span class="text-danger">{{ errorArray}} </span>
</div>
...the output on the FE will look like this:
Yeaaah...this is not what we want right ? Yes.
The reason is because validation error response from our laravel app being returned as an array of objects. So, to solve this we'll have to perform a nested loop like so:
<div v-for="(errorArray, index) in notifmsg" :key="index">
<div v-for="(allErrors, index) in errorArray" :key="index">
<span class="text-danger">{{ allErrors}} </span>
</div>
</div>
The output looks like this :
Boom...! And thats what we acctually want to achieve. Thanks for reading...
Please drop your contributions in the comment section if you have any...
https://dev.to/jovialcore/how-to-display-laravel-validation-errors-in-vuejs-2g3c
There are several resources that address this topic but I want to just share my solution for a situation where you have to display laravel validation errors in vuejs component not just with the traditional loop but, this time, a nested loop. You should understand better by the time we are done.
Note: I wiil not go into details on how to write an API in laravel or build a vuejs app frontend. I will just discuss this topic with code snippets that you are probably familiar with if you are used to writing laravel and Vuejs
Lets assume that we return error responses from our backend like so
public function register(Request $request)
{
$validator = Validator::make($request->all(), [
'name' => 'required|string',
'email' => 'required|email|unique:users',
'gender' => 'required',
]);
if ($validator->fails()) {
return response()->json($validator->messages(), 400);
}
}
Lets say the user have some empty fields from the frontend, so in our browser network tab, the laravel validation error responses from our backend looks like this:
Now, in our Vuejs Component;
We have a state in the data object where we assign the response errors to.
export default {
data() {
return{
notifmsg: ''
}
},
While in our catch() function we are assigning laravel validation response like so:
.then(()=> {
// do some magic stuff here
}).catch(e => {
this.notifmsg = e.response.data
})
Now here is the thing:
If you go by the traditional way of looping through the response we got from our backend, like so:....
<div v-for="(errorArray, index) in notifmsg" :key="index">
<span class="text-danger">{{ errorArray}} </span>
</div>
...the output on the FE will look like this:
Yeaaah...this is not what we want right ? Yes.
The reason is because validation error response from our laravel app being returned as an array of objects. So, to solve this we'll have to perform a nested loop like so:
<div v-for="(errorArray, index) in notifmsg" :key="index">
<div v-for="(allErrors, index) in errorArray" :key="index">
<span class="text-danger">{{ allErrors}} </span>
</div>
</div>
The output looks like this :
Boom...! And thats what we acctually want to achieve. Thanks for reading...
Please drop your contributions in the comment section if you have any...
DEV Community 👩💻👨💻
How to display laravel validation errors in vuejs
There are several resources that address this topic but I want to just share my solution for a...
AatroX Vue Lite - Open-Source VueJS 3 & TailwindCSS Admin Dashboard Template is Out Now!
https://dev.to/uilibofficial/aatrox-vue-lite-open-source-vuejs-3-tailwindcss-admin-dashboard-template-is-out-now-5h30
AatroX Vue Lite - Open-Source VueJS 3 & TailwindCSS Admin Dashboard Template - is a useful, developer-friendly, and highly customizable dashboard template. It has everything you could want in an admin dashboard. We adhered to the highest industry standards to provide you with the best Vue Admin template.
Atrox is extremely fast and simple to use, as well as highly scalable. So, with a little effort, you will be able to create any application you desire.
Furthermore, the template design is eye-catching and fully responsive. As a result, no matter what device they use, anyone who visits your application will have a fantastic experience. It will run smoothly on all devices, including desktops, tablets, and smartphones.
With the help of this template, you can create web apps like,
Ecommerce Backends
Analytics Apps
SaaS Platforms
Project Management Apps
Education Apps
Fitness Apps
and a lot more.
Atrox also includes useful features that will help you create high-quality apps exactly as you envision them. Furthermore, we've loaded the Atrox admin template with useful features like Vitejs, Nuxt-inspired routing, accessible front-end routing, and so on.
Key Features
Vue 3 & Vite
Beautifully Crafted
tailwindCSS
Nuxt-inspired Routing
Well Organized
Production Ready
Accessible frontend routing
Ready to Deploy
Clean Code
Installation ⚒️
We recommend you use yarn
1 - Install all packages
yarn
# npm install [for npm]
2 - Run development server
yarn dev
# npm run dev [for npm]
3 - Generate build files for deployment
yarn build
# npm run build [for npm]
What’s Included 📦
Dashboard Page
Buttons Page
Profile Page
Sign in Page
Sign Up Page
Browser Support 🖥️
AatroX Vue Lite - open-source VueJS 3 & TailwindCSS admin dashboard template is built to work best in the latest desktop and mobile and tablet browsers. It supports all the major browsers including.
Chrome (latest)
FireFox (latest)
Safari (latest)
Opera (latest)
Documentation
Documentation
Looking For a Premium Version? 🧐
If you want to save even more time and design effort, we have a pro version of this product that includes even more pages and components.
You can upgrade to the Aatrox Vue – Vuejs 3 & TailwindCss Admin Dashboard's version. It comes with many dashboard versions, apps, tons of components, charts, and a lot more.
Free Version
Aatrox Dashboard PRO
5 Demo Pages
50+ demo pages
❌
✔ Dark & Light Mode
✔ 1 Dashboard
✔ 5 Dashboard
❌
✔ 11 App Pages
❌
✔ 6 UiKits Pages
❌
✔ Advanced Widgets
✔ 1 Profile Version
✔ 2 Profile Versions
✔ 2 Authentication Page
✔ 10 Authentication Pages
❌
✔ 10 Types of Charts Demo Pages
For more info click the image below 👇
About Us
We are Ui-Lib, a team of awesome developers and designers attempting to make the lives of other developers easier. 😊
https://dev.to/uilibofficial/aatrox-vue-lite-open-source-vuejs-3-tailwindcss-admin-dashboard-template-is-out-now-5h30
AatroX Vue Lite - Open-Source VueJS 3 & TailwindCSS Admin Dashboard Template - is a useful, developer-friendly, and highly customizable dashboard template. It has everything you could want in an admin dashboard. We adhered to the highest industry standards to provide you with the best Vue Admin template.
Atrox is extremely fast and simple to use, as well as highly scalable. So, with a little effort, you will be able to create any application you desire.
Furthermore, the template design is eye-catching and fully responsive. As a result, no matter what device they use, anyone who visits your application will have a fantastic experience. It will run smoothly on all devices, including desktops, tablets, and smartphones.
With the help of this template, you can create web apps like,
Ecommerce Backends
Analytics Apps
SaaS Platforms
Project Management Apps
Education Apps
Fitness Apps
and a lot more.
Atrox also includes useful features that will help you create high-quality apps exactly as you envision them. Furthermore, we've loaded the Atrox admin template with useful features like Vitejs, Nuxt-inspired routing, accessible front-end routing, and so on.
Key Features
Vue 3 & Vite
Beautifully Crafted
tailwindCSS
Nuxt-inspired Routing
Well Organized
Production Ready
Accessible frontend routing
Ready to Deploy
Clean Code
Installation ⚒️
We recommend you use yarn
1 - Install all packages
yarn
# npm install [for npm]
2 - Run development server
yarn dev
# npm run dev [for npm]
3 - Generate build files for deployment
yarn build
# npm run build [for npm]
What’s Included 📦
Dashboard Page
Buttons Page
Profile Page
Sign in Page
Sign Up Page
Browser Support 🖥️
AatroX Vue Lite - open-source VueJS 3 & TailwindCSS admin dashboard template is built to work best in the latest desktop and mobile and tablet browsers. It supports all the major browsers including.
Chrome (latest)
FireFox (latest)
Safari (latest)
Opera (latest)
Documentation
Documentation
Looking For a Premium Version? 🧐
If you want to save even more time and design effort, we have a pro version of this product that includes even more pages and components.
You can upgrade to the Aatrox Vue – Vuejs 3 & TailwindCss Admin Dashboard's version. It comes with many dashboard versions, apps, tons of components, charts, and a lot more.
Free Version
Aatrox Dashboard PRO
5 Demo Pages
50+ demo pages
❌
✔ Dark & Light Mode
✔ 1 Dashboard
✔ 5 Dashboard
❌
✔ 11 App Pages
❌
✔ 6 UiKits Pages
❌
✔ Advanced Widgets
✔ 1 Profile Version
✔ 2 Profile Versions
✔ 2 Authentication Page
✔ 10 Authentication Pages
❌
✔ 10 Types of Charts Demo Pages
For more info click the image below 👇
About Us
We are Ui-Lib, a team of awesome developers and designers attempting to make the lives of other developers easier. 😊
DEV Community
AatroX Vue Lite - Open-Source VueJS 3 & TailwindCSS Admin Dashboard Template is Out Now!
AatroX Vue Lite - Open-Source VueJS 3 & TailwindCSS Admin Dashboard Template - is a useful,...
84713b5608f68769b70de62b2f8e4afa_349271_1640180230.jpg
53 KB
Comment faire de l’internationalisation sur Vue.js?
https://medium.com/wedge-digital/comment-faire-de-linternationalisation-sur-vue-js-f551dcf1a187?source=rss------vuejs-5
L’internationalisation est un système que vous devez mettre en place si vous voulez que votre application soit disponible dans plusieurs…Continue reading on Wedge Digital »
https://medium.com/wedge-digital/comment-faire-de-linternationalisation-sur-vue-js-f551dcf1a187?source=rss------vuejs-5
L’internationalisation est un système que vous devez mettre en place si vous voulez que votre application soit disponible dans plusieurs…Continue reading on Wedge Digital »