Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@vnxjs/create-app

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vnxjs/create-app

create vnmf app with one command

latest
Source
npmnpm
Version
3.5.66
Version published
Maintainers
2
Created
Source

@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

Keywords

vnmf

FAQs

Package last updated on 01 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts