项目作者: gozart1

项目描述 :
A Front end for displaying and querying Decred data
高级语言: Vue
项目地址: git://github.com/gozart1/dcrdata-frontend.git
创建时间: 2017-07-17T06:26:29Z
项目社区:https://github.com/gozart1/dcrdata-frontend

开源协议:

下载


dcrdata-web

This is a Vue.js based front end to dcrdata.

A build of latest master is deployed at https://dcr-data.netlify.com/#/

Build Setup

If you plan to run this locally, you’ll want to follow the setup steps in the dcrdata repo to setup the localhost api.

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run build
  7. # build for production and view the bundle analyzer report
  8. npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.