3.5.66 • Published 3 years ago

@vnxjs/create-app v3.5.66

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

3.5.65

3 years ago

3.5.64

3 years ago

3.5.63

3 years ago

3.5.62

3 years ago

3.5.61

3 years ago

3.5.6

3 years ago