vue-form-builder-for-bootstrap-4 v0.2.7
form-builder
publication composant
installation pour build
./develop npm ibuild
./develop npm run buildpublish to npm
modifier la version dans package.json.
!!etre loggué sur npm
./develop npm publishinstall
instalation
./develop app installcp .env.dev .env démarrage
./develop up app -ddoc utilisation
####tous label: {type: String, default:'' }, name:{ type: String, default:none }, required:{ type: Booleen, default:false }, readOnly:{ type: Booleen, default:false }, placeholder:{ type: String ,default:''}, id: {type: String , default:autoGénéré }
####multicheckbox
type: 'MultiCheckBox',
options:{type: Object },
config:{
affichage: {type:String, choix : 3colonnes|2colonnes|list , default:'list'}
}####text type: text
####password type: password
####number type: number, min:{type:Number,default:none}, max:{type:Number,default:none}, step:{type:Number,default:1},
####radio
type: 'MultiCheckBox',
options:{type: Object },
config:{
affichage: {type:String, choix : 3colonnes|2colonnes|list , default:'list'}
}####checkbox
type: 'MultiCheckBox',
options:{libelle: admin ,value : 1 }, ####email type: email
####color type: color
####hidden type: hidden
####date type: date config{ /config flatpickr,default: affichage FR ,data ENG} ####time type: time config{ /config flatpickr,default: affichage 'H:i } ####dateTime type: dateTime config{ /*config flatpickr,default: affichage FR ,data ENG }
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago