Michael Bromley c9d4d6312e chore: Publish v3.5.1 преди 2 месеца
..
src dba8f44a99 fix(create): Update CLI instructions to reflect the new Dashboard (#3957) преди 2 месеца
templates d0a3206eca fix(create): Fix dev mode path to static dashboard files преди 2 месеца
.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 c9d4d6312e chore: Publish v3.5.1 преди 2 месеца
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