yqx-vite

raw JSON →
1.0.5 verified Mon Apr 27 auth: no javascript abandoned

A minimal test utility for Vite projects, version 1.0.5. Created for internal testing purposes with no active development or release cadence. Lacks documentation, making it unsuitable for production use compared to established Vite plugins.

error Cannot find module 'yqx-vite' or its corresponding type declarations.
cause Package lacks TypeScript declarations and may not be installed correctly.
fix
Ensure package is installed: npm install yqx-vite
deprecated Package has no README and no updates since initial release. Likely abandoned.
fix Avoid using this package; consider alternatives.
npm install yqx-vite
yarn add yqx-vite
pnpm add yqx-vite

Shows basic import of the package, though missing actual usage due to lack of documentation.

// Install: npm install yqx-vite
import yqxVite from 'yqx-vite';
// No documented API available.