UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

5 lines (4 loc) 129 B
import axios from 'axios'; export const getList = () => axios({ url: 'https://api.github.com/users' }).then(res => res.data);