Skip to content

smallfishjs/smallfish-boilerplate-management-system

Repository files navigation

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: []
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published