Skip to content

官方初始化基础上,加一些自定义配置及模版

Notifications You must be signed in to change notification settings

uncoder-fe/rn-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

基于react-native的脚手架,在官方初始化项目的基础上,加上我们自定义的一些包和文件,来组成新的项目。

开发依赖

依赖taskr工具来进行开发,依赖node的--inspect进行调试

命令

# 文件修改监控
yarn run start
# 本目录测试
yarn run test
# 打包成品
yarn run build
# 全局测试
npm link
create-ax-rn-app init AwesomeProject

项目目录

.
├── README.md
├── build
│   ├── bin
│   │   ├── index.js
│   │   └── index.js.map
│   └── pkgs.json
├── package.json
├── src
│   ├── bin
│   │   └── index.js
│   └── pkgs.json //自定义依赖项
├── taskfile.js
└── template      //自定义模版
    ├── App.js
    └── src
        ├── assets
        ├── components
        ├── page
        ├── reducers
        ├── router
        └── store

About

官方初始化基础上,加一些自定义配置及模版

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published