smallfishjs / smallfish

An out-of-the-box React framework based on umi.
https://smallfishjs.github.io/
51 stars 5 forks source link
antd dva framework react react-router umi

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 spend energy in the underlying tools and configuration.

Features

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