0.2.7 • Published 3 years ago

vue-form-builder-for-bootstrap-4 v0.2.7

Weekly downloads
49
License
-
Repository
-
Last release
3 years ago

form-builder

publication composant

installation pour build

./develop npm i

build

./develop npm run build

publish to npm

modifier la version dans package.json.

!!etre loggué sur npm

./develop npm publish

install

instalation

./develop app install
cp .env.dev .env 

démarrage

./develop up app -d

doc 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 }

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.1.3

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago