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