|
|
пре 3 месеци | |
|---|---|---|
| .. | ||
| src | пре 4 месеци | |
| templates | пре 7 месеци | |
| .gitattributes | пре 6 година | |
| .gitignore | пре 6 година | |
| .npmignore | пре 6 година | |
| README.md | пре 1 година | |
| build.ts | пре 2 година | |
| index.js | пре 5 година | |
| package.json | пре 3 месеци | |
| tsconfig.build.json | пре 6 година | |
| tsconfig.json | пре 1 година | |
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