0.0.0-beta.7 • Published 4 years ago

gge v0.0.0-beta.7

Weekly downloads
25
License
-
Repository
-
Last release
4 years ago

gge · GitHub license npm version npm downloads PRs Welcome

YAML configurable built-in egg

Installation

npm install gge

Usage

{
  "name": "gge-demo",
  "scripts": {
    "start": "gge start",
    "stop": "gge stop"
  },
  "dependencies": {
    "gge": "latest",
  }
}

Configuration

create app.yml

config:
  default:
    keys: 'gge-test'
    static:
      prefix: '/'
      dir: 'dist'
router:
  - get / home.index
plugin:
  index:
    enable: true
    package: 'egg-index'