Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Create a VTEX app
- Host: GitHub
- URL: https://github.com/vtex/generator-vtex
- Owner: vtex
- Created: 2015-04-04T05:50:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T16:37:20.000Z (over 8 years ago)
- Last Synced: 2024-11-22T22:09:40.236Z (about 1 month ago)
- Topics: xp-developer
- Language: JavaScript
- Size: 170 KB
- Stars: 4
- Watchers: 183
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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