3.6.1-beta.2 • Published 3 months ago

@rtarojs/create-app v3.6.1-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@rtarojs/create-app

The fast way start building a new Taro application.

pnpm create @rtarojs/app
# or
yarn create @rtarojs/app
# or
npm create @rtarojs/app
# or
cnpm create @rtarojs/app

Then follow the prompts!

You can also directly specify the project name and the TypeScript. For example,

pnpm create @rtarojs/app my-app --typescript
# or
yarn create @rtarojs/app my-app --typescript
# or
npm create @rtarojs/app my-app --typescript
# or
cnpm create @rtarojs/app my-app --typescript

Support for TypeScript alias

pnpm create @rtarojs/app my-app --ts
# or
yarn create @rtarojs/app my-app --ts
# or
npm create @rtarojs/app my-app --ts
# or
cnpm create @rtarojs/app my-app --ts
3.6.22-beta.8

3 months ago

3.6.22-beta.4

4 months ago

3.6.22-beta.7

4 months ago

3.6.1-beta.2

1 year ago