Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 473 Bytes

File metadata and controls

executable file
·
26 lines (19 loc) · 473 Bytes

smallfish boilerplate for Management System

Getting start

$ yarn
$ yarn start

Config

// config/config.js
{
  antd: true,     // start antd, default: true
  antdpro: true,  // start antdpro, default: false
  i18n: true,     // start i18n, default: false
  dva: true,      // start dva, default: false
  styled: true,   // start styled-components, default: false

  history: 'hash' // default hash, change be 'browser'
  routes: []
}