Skip to content

heerake/axios-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axios-form

send form post for node by using axios

import axiosForm from 'axios-form'

axiosForm('url', {
    input1: '111',
    input2: '222'
}).then((res)=>{
    
})

About

send form post for node by using axios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published