Skip to content

vev-design/create-vev-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published