@yuanzige/api-service
v0.0.3
Published
api service for yuanzige
Downloads
3
Readme
yzg_api_service
yuanzige api service
Develop
// Build
yarn build
Install
// npm
npm install @yuanzige/api_service
// yarn
yarn add @yuanzige/api_service
Use
// main.ts
import { api } from '@yuanzige/api_service';
Vue.use(api, { baseURL: "https://test.yuanzige.com" });