@plantquest/model-vue-v2
v0.18.240
Published
PlantQuest Model Vue 2 Components (Maintenance Mode)
Keywords
Readme
@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-v2Usage
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:
- @plantquest/model-vue - Vue 3 version
- Migration Guide (coming soon)
- Migration Planning
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 testLicense
MIT © PlantQuest
See Also
- Vue 2 Documentation (End of Life: Dec 31, 2023)
- Vue 3 Version
- Risk Analysis
