vueForm is a set of simple clean form components for the Vue.js application.
vue form component, vue form example, vue form template, vue form submit example, vue form api
How to make use of it:
Install & Download:
# NPM $ npm install vfc --save
To use in your project, just import vfc and install it into Vue.
import Vue from 'vue' import App from './App.vue' import VFC from 'vfc' import 'vfc/dist/vfc.css' Vue.use(VFC) new Vue({ render: h => h(App) }).$mount('#app')
minimal form components for vue js, vuejs form components Plugin/Github
See Demo And Download
Official Website(antonreshetov): Click Here
This superior jQuery/javascript plugin is developed by antonreshetov. For extra advanced usage, please go to the official website.