|
|
hace 5 meses | |
|---|---|---|
| .. | ||
| src | hace 8 meses | |
| templates | hace 7 meses | |
| .gitattributes | hace 6 años | |
| .gitignore | hace 6 años | |
| .npmignore | hace 6 años | |
| README.md | hace 1 año | |
| build.ts | hace 2 años | |
| index.js | hace 5 años | |
| package.json | hace 5 meses | |
| tsconfig.build.json | hace 6 años | |
| tsconfig.json | hace 1 año | |
A CLI tool for rapidly scaffolding a new Vendure server application. Heavily inspired by create-react-app.
Vendure Create requires Node.js v18+ to be installed.
npx @vendure/create my-app
--log-levelYou can control how much output is generated during the installation and setup with this flag. Valid options are silent, info and verbose. The default is info
Example:
npx @vendure/create my-app --log-level verbose