Skip to content

An out-of-the-box React framework based on umi

Notifications You must be signed in to change notification settings

alcat2008/smallfish

 
 

Repository files navigation

smallfish

NPM version

English | 中文

Smallfish is an out-of-the-box React framework based on umi. Smallfish has a lot of built-in development tools and function libraries. It allows users to focus on the business to be developed in a contractual way, without having to entangle and consume energy in the underlying tools and configuration. Everything is relaxed.

Features

  • Built-in react, antd, antd pro, dva and other functions, only need to rely on a smallfish
  • Built-in routing to complete complex routing needs with convenient routing configuration
  • Built-in dev, build, eslint, stylelint and other functions
  • Default support typescript, zero configuration use
  • On-off mode for config, extremely easy to use
  • Create your own proprietary tools via plugins based on smallfish

Usage

note! It is still under development and can be tested by Scaffolding.

$ npm install smallfish
$ smallfish dev

Development

$ yarn
$ yarn bootstrap
$ yarn build
$ cd packages/smallfish
$ yarn link
$ cd ../../examples/func-test
$ smallfish dev

About

An out-of-the-box React framework based on umi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.5%
  • JavaScript 10.5%