An open API service indexing awesome lists of open source software.

https://github.com/vtex/generator-vtex

Create a VTEX app
https://github.com/vtex/generator-vtex

xp-developer

Last synced: 10 months ago
JSON representation

Create a VTEX app

Awesome Lists containing this project

README

          

# generator-vtex

## Installing

```bash
npm install -g yo
npm install -g generator-vtex
```

### Generic app

This will only create a `manifest.json` and `.vtexignore` file.

```bash
yo vtex
```

### Storefront app

This will create the Storefront directory structure.

```
yo vtex:storefront
```

## License

MIT