https://github.com/donny2333/dufu
makes it easy to create and develop GIS web apps.
https://github.com/donny2333/dufu
framwork gis
Last synced: 11 months ago
JSON representation
makes it easy to create and develop GIS web apps.
- Host: GitHub
- URL: https://github.com/donny2333/dufu
- Owner: Donny2333
- Created: 2017-04-30T03:04:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T11:47:39.000Z (about 9 years ago)
- Last Synced: 2025-05-16T06:11:29.095Z (about 1 year ago)
- Topics: framwork, gis
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# 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
```bash
$ 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](http://www.johnpapa.net/how-to-use-npm-global-without-sudo-on-osx/) to install without `sudo`.*
Minimal node requirements:
- NodeLTS or greater
- NPM 3x
## Starting an Dufu App
To start a Dufu app, run:
```bash
$ dufu start myapp [template]
```
__Named template starters:__
* navigation
* sidemenu
* maps
* blank