/lto-ledger-vue

Community made Vue.js Ledger interface for LTO Network blockchain

Primary LanguageJavaScriptMIT LicenseMIT

lto-ledger-vue

Netlify Status

Community made Vue.js Ledger interface for LTO Network blockchain

Development requirements

Before getting started you would need:

  1. git installed locally in your computer
  2. yarn installed locally in your computer. Check yarn documentation

Installation

  1. Clone to your local computer using git.
  2. Enter project main directory and install yarn modules (dependecies): yarn install.

Getting Started - Local Development

  1. To deploy the local project use yarn serve
  2. Running yarn serve will deploy the project in localhost. Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.
  3. In case you need to create a production build run yarn build