An open API service indexing awesome lists of open source software.

https://github.com/huang6349/umi-boot

这是一个构建 REACT 项目的模板库
https://github.com/huang6349/umi-boot

react umi

Last synced: about 2 months ago
JSON representation

这是一个构建 REACT 项目的模板库

Awesome Lists containing this project

README

        

English | [简体中文](./README_zh-CN.md)

# umi-boot

[![](https://img.shields.io/badge/umi-3.1.4-ff69b4.svg?style=flat-square)](https://github.com/umijs/umi)
[![](https://img.shields.io/badge/react-16.12.0-brightgreen.svg?style=flat-square)](https://github.com/facebook/react)
[![](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)

This is a template library for the react project

Table of Contents
-------
[目录]

* [Install[安装依赖]](#install)
* [Usage[使用方法]](#usage)
* [Links[教程链接]](#links)
* [Thank[致谢]](#thank)
* [License[开源协议]](#license)

Install
-------
[安装依赖]

```bash
node >= 10.13.0
```

```bash
$ npm install -g yarn tyarn
$ tyarn -v
$ tyarn install
```

Usage
-------
[使用方法]

#### development[开发环境]

```bash
$ yarn run start
```

```bash
$ yarn run start:no-mock
```

访问:[http://127.0.0.1:8000](http://127.0.0.1:8000)

#### production[生产环境]

```bash
$ yarn run build
```

```bash
$ yarn run analyze
```

Links
-------
[教程链接]

* [Microsoft/TypeScript](https://github.com/Microsoft/TypeScript)
* [facebook/react](https://github.com/facebook/react)
* [umijs/umi](https://github.com/umijs/umi)
* [dvajs/dva](https://github.com/dvajs/dva)
* [ant-design/ant-design](https://github.com/ant-design/ant-design)

Thank
-------
[致谢]
* [sorrycc](https://github.com/sorrycc)

License
-------
[开源协议]

[MIT](https://tldrlegal.com/license/mit-license)