@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
pnpm add @plantquest/model-vue-v2
Usage
import Vue from 'vue'
import Vxg from '@plantquest/model-vue-v2'
Vue.use(Vxg)
new Vue({
}).$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
npm install
npm run vue-build
npm test
License
MIT © PlantQuest
See Also