Housein Abo Shaar fe25af0920 fix(create): add useDefineForClassFields to fix ES2022 (#4116) há 15 horas atrás
..
src 3af21d5486 chore: Update github org name in links há 1 semana atrás
templates fe25af0920 fix(create): add useDefineForClassFields to fix ES2022 (#4116) há 15 horas atrás
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions há 6 anos atrás
.gitignore 7c633860da feat: create @vendure/create package há 6 anos atrás
.npmignore 7c633860da feat: create @vendure/create package há 6 anos atrás
README.md adb43842a9 feat(create): Improved getting started experience (#3128) há 1 ano atrás
build.ts 0441a0338a chore: Migrate from TSLint to ESLint há 2 anos atrás
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) há 5 anos atrás
package.json 3af21d5486 chore: Update github org name in links há 1 semana atrás
tsconfig.build.json 7c633860da feat: create @vendure/create package há 6 anos atrás
tsconfig.json d184e4d36f chore: Fix issues with build configs há 1 ano atrás

README.md

Vendure Create

A CLI tool for rapidly scaffolding a new Vendure server application. Heavily inspired by create-react-app.

Usage

Vendure Create requires Node.js v18+ to be installed.

npx @vendure/create my-app

Options

--log-level

You 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