User Manual  |  Technical Analysis

Introduction

A front-end based on vue-element-admin of a warehouse receipt trading platform.

Getting started

# clone the project
git clone https://github.com/Ernie1/Bulk-Chain.git

# install dependency
npm install

# develop
npm run dev

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod