/create-vev-app

Template for Vev CLI

Primary LanguageTypeScript

Getting started with Vev CLI

This project was bootstrapped with Create Vev App.

Initialize

In your project directory run:

vev init

This will initialize a new components package in the Vev platform.

Run

vev start

Now you can open the Vev design editor, your components will be available in all your projects as long as the CLI is running.

Build

Open ./src/MyComponent.tsx and start building your React components.

Deploy

Deploy your package:

vev deploy

You can choose to share your components with your account, workspace or team. Configuration is done in the vev.json file.


Vev Developer Documentation