Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 695 Bytes

README.MD

File metadata and controls

34 lines (21 loc) · 695 Bytes

Dufu-Cli

The Dufu Framework command line utility makes it easy to create and develop GIS web apps.

Use the dufu --help command for more detailed task information.

Installing

$ npm install -g dufu

Note: For a global install of -g dufu, OSX/Linux users may need to prefix the command with sudo or can setup proper file permissions on OSX for npm to install without sudo.

Minimal node requirements:

  • NodeLTS or greater
  • NPM 3x

Starting an Dufu App

To start a Dufu app, run:

$ dufu start myapp [template]

Named template starters:

  • navigation
  • sidemenu
  • maps
  • blank