@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