Michael Bromley d0a3206eca fix(create): Fix dev mode path to static dashboard files před 2 měsíci
..
src daf85f8341 fix(create): Fix package resolution in monorepos před 3 měsíci
templates d0a3206eca fix(create): Fix dev mode path to static dashboard files před 2 měsíci
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions před 6 roky
.gitignore 7c633860da feat: create @vendure/create package před 6 roky
.npmignore 7c633860da feat: create @vendure/create package před 6 roky
README.md adb43842a9 feat(create): Improved getting started experience (#3128) před 1 rokem
build.ts 0441a0338a chore: Migrate from TSLint to ESLint před 2 roky
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) před 5 roky
package.json 534e600353 chore: Publish v3.5.0 před 2 měsíci
tsconfig.build.json 7c633860da feat: create @vendure/create package před 6 roky
tsconfig.json d184e4d36f chore: Fix issues with build configs před 1 rokem

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