Skip to content

基于vue2+koa2的前端+中台同构模板项目

License

Notifications You must be signed in to change notification settings

SuperlativeCoder/supergo

Repository files navigation

Description

hubot for slack

Features

Warning

Token is any more useless where in supergo.config.json,Please use your own 🤪

Mapping

|-- assets                  // 项目静态资源
|-- base/handlers           // shellcmd 脚本命令文件
|-- build                   // 构建/工程执行入口
|-- config                  // 配置
|-- docs                    // 文档
|-- scripts                 // 注册入口
|-- public
|-- src       
    |-- include             // Hubot-Server Kit
    |-- locale              // 国际化
    |-- scripts             // Hubot
        |-- base                // 封装
        |-- handler             // 执行入口
        |-- interval            // 定时器
        |-- listener            // 路由监听
        |-- service             // 服务
    |-- server              // 管理后台
    |-- view                // 管理后台 UI
|-- test                    // 测试
|-- typings                 // *.d.ts
|-- Dockerfile                    
|-- external-scripts.json   // hubot 插件注册
|-- supergo.config.js       // 统一配置文件
|-- tsconfig.json           // TS 配置
|-- tslint.json             // TSlint 配置

Develop

hubot server

    yarn run hubot

development server

    yarn run dev

Config

please see the Documents

    yarn run help

About

基于vue2+koa2的前端+中台同构模板项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.2%
  • Vue 25.1%
  • JavaScript 24.4%
  • TypeScript 9.2%
  • Shell 0.6%
  • HTML 0.3%
  • Other 0.2%