#662 — November 9, 2023 Read on the Web JavaScript Weekly Reintroducing Angular with Angular v17 — Angular first appeared in the shape of AngularJS in 2010 and helped...
Read More
Routing
Vue-useurl: Reactive Url Builder Vue Hook for Vue 2 & Vue 3
vue-useurl ( Reactive Url Builder Vue Hook for Vue 2 & Vue 3 ) A library for building URL using (Query Parameters, Path Variables, Hash), while being reactive and...
Read More
Bitburner Apps Built With Vue.js
Bitburner Apps When installing, you’re free to change the target name and install the apps anywhere you want. Server list Macros Server list Lists statistics about all available servers...
Read More
A Counter App Built Using Vue.js
Vue Counter App Overview View Demo View Github Built With Vue How To Use To clone and run this application, you’ll need Git installed on your computer. From your...
Read More
Potential IP Adress Tracker tracks the location of a given IP Address
app Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize...
Read More
Json Place Holder built with vue and CRUD
vue-jsonplaceholder Json Place Holder built with vue and CRUD. View Demo View Github Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for...
Read More
How to Create an Angular Application Step by Step
IntroductionThings to know about AngularAngular ProsAngular ConsStep-by-step Angular App CreationHow to create a CMS for your Angular AppConclusions Introduction Good day to all of our dear friends and accidental...
Read More
Starter template for vue 3 applications with authentication
VVDDA vue3-vuetify3-django-djoser-authentication-template To do: * add form validation Env Requirements ### backend Django==3.2.7 django-cors-headers==3.8.0 djangorestframework==3.12.4 djoser==2.1.0 python3.8.3 ### frontend node v17.0.1 vue @vue/cli 5.0.0-rc.0 npm 8.1.0 vue devtools v6.0.0-beta.20...
Read More
A convenient replacement for nuxt-link component when using nuxt-i18n
nuxt-i18n-link A convenient replacement for <nuxt-link> component when using nuxt-i18n. It is simply a replacement for this exact code: <nuxt-link :to=”localePath(“/page”)”> Link </nuxt-link> into <nuxt-i18n-link to=”/page”> Link </nuxt-i18n-link> This...
Read More
A wrapper component for consuming Google Maps API using vue
GmapVue A wrapper component for consuming Google Maps API built on top of VueJs v2. Fork of the popular vue-google-maps plugin. The new documentation site is ready and it...
Read More