@agreed/ui

6.0.0 • Public • Published

Agreed UI

UI for Agreed

ScreenShot

Install

$ npm install agreed-ui --save-dev

Usage

$ agreed-ui --path ./test/agreed.json --port 3000

Serve with Express Open http://localhost:3000 to view it in the browser.

$ agreed-ui build --path ./test/agreed.json --dest ./build

Builds the app for static-hosting to the build folder

Features

Set title and description to contract

{
  title: 'get store information',
  description: 'get store information',
  request: {
    ...
  },
  response: {
    ...
  }
}

title and descripion will be displayed at naviation and each section's title

Development

npm run start:dev -- --path=./test/agrees/agrees.js

Readme

Keywords

Package Sidebar

Install

npm i @agreed/ui

Weekly Downloads

110

Version

6.0.0

License

MIT

Unpacked Size

1.42 MB

Total Files

56

Last publish

Collaborators

  • yosuke-furukawa
  • maxmellon