|
|
il y a 8 mois | |
|---|---|---|
| .. | ||
| src | il y a 8 mois | |
| templates | il y a 8 mois | |
| .gitattributes | il y a 6 ans | |
| .gitignore | il y a 6 ans | |
| .npmignore | il y a 6 ans | |
| README.md | il y a 1 an | |
| build.ts | il y a 2 ans | |
| index.js | il y a 5 ans | |
| package.json | il y a 8 mois | |
| tsconfig.build.json | il y a 6 ans | |
| tsconfig.json | il y a 1 an | |
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