1.0.6 • Published 3 years ago

@jafish/create-app v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

jafish_create-app

项目模板创建工具

npm

安装

npm i -g @jafish/create-app

使用

// 打开命令行工具,切换路径到需要创建项目的目录
// 在命令行中输入
create-app
// 选择要创建的项目类型
> react-mobile
// 输入要创建的项目名称
test

// 创建完成后
cd test
// 安装依赖
npm install
// 运行项目
npm run start

目前已有模板

  • react-mobile 【react移动端项目】
    • @jafish/m-store
    • @jafish/store-in-react
    • @jafish/utils
    • antd-mobile
    • axios
    • react-router-dom
    • http-proxy-middleware
    • postcss-pxtorem
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago