sowell-api-proxy
v1.38.4
Published
Custom proxy used to consume SoWell's API within a VueJS application
Downloads
637
Readme
Description
Custom proxy used to consume SoWell's API within a VueJS application
Install method
Install package using yarn
yarn add sowell-api-proxy
Import it into your VueJS app :
import SowellAPI from 'sowell-api-proxy'
Link it with your VueJS app
Vue.use(SowellAPI, { apiUrl: process.env.API_URL, store: store, router: router, app: app })
Usage
This helper will be prototyped as $SowellAPI into your VueJS app
Deploy method
yarn publish