Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plantquest/model-vue-v2

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plantquest/model-vue-v2

PlantQuest Model Vue 2 Components (Maintenance Mode)

latest
npmnpm
Version
0.18.240
Version published
Maintainers
4
Created
Source

@plantquest/model-vue-v2

Vue 2 Component Library for PlantQuest applications (Maintenance Mode).

Status

⚠️ Maintenance Mode - This is the Vue 2 version, maintained for backward compatibility only.

Current version: 0.18.240

New projects should use @plantquest/model-vue (Vue 3).

Installation

npm install @plantquest/model-vue-v2
# or
pnpm add @plantquest/model-vue-v2

Usage

import Vue from 'vue'
import Vxg from '@plantquest/model-vue-v2'

Vue.use(Vxg)

new Vue({
  // Your app
}).$mount('#app')

Migration to Vue 3

We strongly recommend migrating to Vue 3. See:

Maintenance Policy

This package will be maintained for 12 months after the stable Vue 3 version (v1.0.0) is released:

  • Security fixes: Critical security issues will be patched
  • Bug fixes: P0/P1 bugs will be fixed
  • New features: No new features will be added
  • Enhancements: No enhancements will be added

Sunset Date: To be determined (12 months after v1.0.0 stable release)

Components

All Vue 2 components are fully functional:

  • BasicHead
  • BasicSide
  • BasicMain
  • BasicNavStages
  • BasicAuth
  • BasicAdmin
  • BasicFieldPick
  • BasicFoot
  • BasicLed

Development

# Install dependencies
npm install

# Build the library
npm run vue-build

# Run tests
npm test

License

MIT © PlantQuest

See Also

FAQs

Package last updated on 17 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts