3.5.66 • Published 2 years ago

@vnxjs/create-app v3.5.66

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

@vnxjs/create-app

The fast way start building a new Vnmf application.

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

Then follow the prompts!

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

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

Support for TypeScript alias

pnpm create @vnxjs/app my-app --ts
# or
yarn create @vnxjs/app my-app --ts
# or
npm create @vnxjs/app my-app --ts
# or
cnpm create @vnxjs/app my-app --ts
3.5.66

2 years ago

3.5.65

2 years ago

3.5.64

2 years ago

3.5.63

2 years ago

3.5.62

2 years ago

3.5.61

2 years ago

3.5.6

2 years ago