A minimal demonstration of how to use js-ipfs
with Vue
.
This project was bootstrapped with Vue CLI.
First clone this repo, install dependencies in the project root and build the project.
$ git clone https://github.com/ipfs/js-ipfs.git
$ cd js-ipfs
$ npm install
$ npm run build
$ npm run serve
$ npm run build
$ npm run test
$ npm run lint