1
0
Michael Bromley 3af21d5486 chore: Update github org name in links 1 долоо хоног өмнө
..
src 3af21d5486 chore: Update github org name in links 1 долоо хоног өмнө
templates 3af21d5486 chore: Update github org name in links 1 долоо хоног өмнө
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions 6 жил өмнө
.gitignore 7c633860da feat: create @vendure/create package 6 жил өмнө
.npmignore 7c633860da feat: create @vendure/create package 6 жил өмнө
README.md adb43842a9 feat(create): Improved getting started experience (#3128) 1 жил өмнө
build.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 жил өмнө
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) 5 жил өмнө
package.json 3af21d5486 chore: Update github org name in links 1 долоо хоног өмнө
tsconfig.build.json 7c633860da feat: create @vendure/create package 6 жил өмнө
tsconfig.json d184e4d36f chore: Fix issues with build configs 1 жил өмнө

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