Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

xp-developer

Last synced: about 1 month 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