Michael Bromley 94d550061a chore: Publish v3.4.3 3 luni în urmă
..
src fd971a55f9 fix(create): Fix resolving path in repos using hoisted node_modules (#3802) 4 luni în urmă
templates f24871965c feat(core): Add trustProxy option to ApiOptions (#3567) 7 luni în urmă
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions 6 ani în urmă
.gitignore 7c633860da feat: create @vendure/create package 6 ani în urmă
.npmignore 7c633860da feat: create @vendure/create package 6 ani în urmă
README.md adb43842a9 feat(create): Improved getting started experience (#3128) 1 an în urmă
build.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 ani în urmă
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) 5 ani în urmă
package.json 94d550061a chore: Publish v3.4.3 3 luni în urmă
tsconfig.build.json 7c633860da feat: create @vendure/create package 6 ani în urmă
tsconfig.json d184e4d36f chore: Fix issues with build configs 1 an în urmă

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