RE: RE: IPFS实用指南
You are viewing a single comment's thread from:

RE: IPFS实用指南

Words
0
Reading
0 min
Listen
Play
7y
cnpm install ipfs-http-client --save 
//main.js
import ipfsClient from 'ipfs-http-client'
const ipfs = ipfsClient({ host: 'example.com', port: '9001', protocol: 'https' })

Vue.prototype.ipfs = ipfs  //挂载到全局