0.5.0 • Published 2 years ago

create-evoker v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-evoker

快速创建 Evoker 应用脚手架。

创建空白脚手架

// use npm 
npm create evoker my-app --template blank --platform iOS

// use yarn
yarn create evoker my-app --template blank --platform iOS

// use pnpm
pnpm create evoker my-app --template blank --platform iOS

其他模板 --template

  • example 包含所有内置组件和大部分 API 的示例

启动应用

  1. 启动 Node 项目
cd my-app

// 安装依赖
npm / yarn /pnpm install

// 启动 dev server
npm / yarn /pnpm run dev
  1. 启动 iOS
cd my-app/iOS

// 安装 iOS 依赖
pod install
  1. 打开 iOS/${projectName}.xcworkspace 运行在指定设备或者模拟器
  • 如果要在真机运行,请设置 Bundle Identifier 和 签名证书
0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago