Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 362 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 362 Bytes

Farm Module Web App

A webapp for scaffolding FUChain Farm Module by Vue.

Installation

You can choose Docker or Node.js to install this repo.

Docker

Use docker compose:

docker-compose up

Node.js

Prerequisites: Node.js (>=6.x, 10.x preferred), npm version 3+ and Git.

npm install

Start serve with daemon:

npm run serve