@vnxjs/create-app
The fast way start building a new Vnmf application.
pnpm create @vnxjs/app
yarn create @vnxjs/app
npm create @vnxjs/app
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
yarn create @vnxjs/app my-app --typescript
npm create @vnxjs/app my-app --typescript
cnpm create @vnxjs/app my-app --typescript
Support for TypeScript alias
pnpm create @vnxjs/app my-app --ts
yarn create @vnxjs/app my-app --ts
npm create @vnxjs/app my-app --ts
cnpm create @vnxjs/app my-app --ts