#657 — October 5, 2023 Read on the Web JavaScript Weekly An Interactive Intro to CRDTs — Conflict-free replicated data types (the so-called CRDTs) provide a popular approach to...
Read More
Style
Light Blue Vue & Sing App Vue Templates Update
We are happy to announce updated versions of Light Blue Vue and Sing App Vue templates. What has changed? We made several minor changes that make these admin dashboard...
Read More
Bookmark.style: Turn any link into a stylish visual web bookmark
bookmark.style 🪄 Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image. Concepts This web app is built on top of metafy,...
Read More
Resize Textarea: A simple textarea resize for Vue3
Resize Textarea A simple resize textarea for Vue3. Inspired from vue-textarea-autosize (Works with Vue2) Installation Install the package using npm npm install resize-textarea Documentation Create a new Vue instance...
Read More
Import types in Vue SFC for defineProps
vite-plugin-vue-type-imports Enables you to import types and use them in your defineProps and defineEmits ⚠️ This Plugin is still in Development and there may be bugs. Use at your...
Read More
A simple vue-range slider, that supports custom values, labels and more
vue-custom-range-slider This is a simple vue-range slider, that supports custom values, labels and more. The component is based on use with v-model, the value is always a string, for...
Read More
Vue project to simulate M-league style stats linechart
m-league-linechart Vue project to simulate M-league style stats line chart Overview This project is a single page web application to simulate M-league1 style line chart results. Usage If you...
Read More
A Vue style teleport for Alpine.js
Alpine teleport A Vue style teleport for Alpine.js Alpine teleport is an attempt to add a Vue style teleport functionality to Alpine.js. The primary motivation behind the plugin is...
Read More
How to format numbers
The native Intl.NumberFormat API lets you format numbers for specific languages without any external dependencies. The internationalization API in browsers has improved a lot in the last few years....
Read More