# react-native-antd-mobile-starter **Repository Path**: elvinLong/react-native-antd-mobile-starter ## Basic Information - **Project Name**: react-native-antd-mobile-starter - **Description**: react-native and antd-mobile starter - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # m.admin.zentrust.cn ### 项目结构说明 ``` -root --android 安卓目录 --dist 自动生成 --ios IOS目录 --node_modules 依赖模块目录 --src 开发目录 ---js js文件目录 ---resources 静态资源目录 ---styles 样式表文件夹 --.babelrc babel配置文件 【运行时自动加载】 --.buckconfig buck 的配置文件 --.gitignore git中用.gitignore来忽略某些文件和目录 --.watchmanconfig watchman 的配置文件 --devServer.js 开发服务器文件 --index.android.js 安卓入口文件 --index.html web入口HTML文件 --index.ios.js IOS入口文件 --index.web.js WEB入口JS文件 --LICENSE 协议描述文件 --package.json 包含各种所需模块以及项目的配置信息 --README.md 项目描述文件 --webpack.config.dev.js 开发环境webpack配置文件 --webpack.config.js webpack 运行时首先进入的配置文件 --webpack.config.prod.js 正式环境webpack配置文件 ``` ### WIKI .babelrc文件配置 http://cnodejs.org/topic/56460e0d89b4b49902e7fbd3 .buckconfig buck 是 Facebook 开源的高效编译系统,对 Android iOS 同时适用,通过复用未修改的代码单元、增量编译等提高编译效率 .watchmanconfig 为 watchman 的配置文件,watchman 用于监控文件变化,辅助实现工程修改所见即所得。 路由配置 http://www.uprogrammer.cn/react-router-cn/docs/Introduction.html UI http://mobile.ant.design/docs/react/introduce