Another fetch plugin for Vue
Global Site Tag (gtag.js) plugin for Vue
Simple and complete Vue DOM testing utilities that encourage good testing practices.
server renderer for Vue 2.0
<p align="center"> <img src="logo.png" width="100px" /> </p> <h1 align="center">swrv</h1>
ES201X/TypeScript class decorator for Vue components
template compiler for Vue 2.x
template compiler for Vue 2.0
Vite plugin for inlining all JavaScript and CSS resources
An eslint plugin for checking Vue.js files for accessibility
JavaScript/TypeScript Component Suite for Responsive Web Development
The HTTP client for Vue.js
Node.js CORS middleware
Use Vue components within Astro
@vue/compiler-sfc
💎 Elegant and simple way to build requests for REST API
This library creates a new Response, given a source Response and a Range header value.
internal utils shared across @vue packages
UI Components Library for Vue.js
<p align="center"> <img src="https://github.com/vueuse/vue-demi/blob/main/assets/banner.png?raw=true" width="600"/> <br> <a href='https://www.npmjs.com/package/vue-demi'><img src='https://img.shields.io/npm/v/vue-demi?color=42b883' alt='npm'></a> </p>
The ESLint custom parser for `.vue` files.
Internationalization (i18n) support for vue-formulate
The official plugin for Vue SFC support in Vite.
The progressive JavaScript framework for building modern web UI.
Frontend libraries implement OAuth2 flows that authenticate the user with your SPA, but are only part of the picture. If you're storing user data on a backend, you'll need to authenticate them on both the frontend and the backend. That's what Oauth2 Authorization Code Request does, with PKCE thrown in for added security. This gem provides the backend authorization needed, taking in a verification request and logging the user in via JWT with Knock. If you're using Vue/React/etc with a frontend authorization library like @nuxt/auth, and you're running Rails in API mode for your backend, this gem completes the picture.
Stīpa is a lightweight, zero-dependency HTTP/1.1 framework built entirely on Ruby stdlib. Features: - Pure stdlib (socket, thread, erb, json, securerandom) - HTTP/1.1 with keep-alive, SO_REUSEPORT, and TCP_NODELAY - Thread pool with bounded queue and graceful shutdown - Pre-compiled middleware stack with zero per-request overhead - ERB templates with layouts, partials, and Vue 3 island helpers - CLI generator for MVC and API-only applications - Structured logging in logfmt format - Named route parameters via regex captures