/mobile-app-react

react mobile online project

Primary LanguageJavaScript

Umi app

Umi app

React-mobile based mobile project

English | 简体中文

🚩 Projects using umi + react + antd-mobile.

antd

🎮 Project plug-in configuration item reference.

https://umijs.org/zh/plugin/umi-plugin-react.html

📃 file catalog.

|-- config                                # umi Configuration, including routing configuration
|-- mock                                  # Local analog data
|-- public                                
|   |-- favicon.png                       # Favicon
|   |-- iconfont                          # Font icon resources
|-- src                                   # Development directory
|   |-- assets                            # Local static resource
|   |-- components                        # business component
|   |-- layout                            # layout component
|   |-- models                            # global dva model
|   |-- services                          # interface service
|   |-- pages                             # page model
|   |-- tests                             # unit testintg
|   |-- global.css                        # globalcss
|-- .gitignore                            # git ignore files
|-- .editorconfig                         # Editor code style configuration
|-- .eslintignore                         # eslint ignore files
|-- .eslintrc                             # eslint riles
|-- .prettierignore                       # Code style configuration ignores files
|-- .prettierrc                           # Code style configuration files
|-- .stylelintrc                          # Style style configuration file
|-- package.json                          # Dependencies and configuration
|-- README.md                             # brief introduction

<!-- 注释 -->
Editorconfig plug-in
The purpose of this plug-in is to tell development tools, such as Webstorm, to automatically read the.editorconfig configuration file in the project root directory.The plugin is automatically installed after the Webstorm 2017.1 release.

If you don't have this plugin installed for Webstorm, see: install Editorconfig plugin for Webstorm.