Skip to content

Latest commit

 

History

History

browser-vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IPFS Vue app

A minimal demonstration of how to use js-ipfs with Vue.

screenshot of the js ipfs node id info

This project was bootstrapped with Vue CLI.

Before you start

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

Compiles and hot-reloads for development

$ npm run serve

Compiles and minifies for production

$ npm run build

Run your tests

$ npm run test

Lints and fixes files

$ npm run lint

Customize configuration

See Configuration Reference.