Sem descrição

Michael Bromley 5919ce67da docs: Add MIT license, expand readme há 7 anos atrás
admin-ui 3bbe586541 chore(server, admin-ui): remove tslint-language-service há 7 anos atrás
docs 1ce3a18118 Start documenting app as a class diagram há 7 anos atrás
server 5919ce67da docs: Add MIT license, expand readme há 7 anos atrás
.editorconfig 2de502b09e chore(server): Set the correct indentation for json files há 7 anos atrás
.gitignore a7e610cb3d chore: Rework folder structure in preparation for monorepo setup há 7 anos atrás
CONTRIBUTING.md 5919ce67da docs: Add MIT license, expand readme há 7 anos atrás
LICENSE 5919ce67da docs: Add MIT license, expand readme há 7 anos atrás
README.md 5919ce67da docs: Add MIT license, expand readme há 7 anos atrás
graphql.config.json 07a5d0aa8c feat: Set up Angular CLI project for admin-ui há 7 anos atrás
tslint.json 9d6f45522b style: Unify tslint configs and fix outstanding issues há 7 anos atrás

README.md

Vendure

logo

A headless ecommerce framework built on TypeScript, Node & GraphQL.

Status

Currently in pre-alpha, i.e. it is not yet useable.

Structure

Vendure is a headless framework, which means that it is just an API serving JSON via a GraphQL endpoint. The code for the server is located in the server directory.

We will ship with an administration UI which is a stand-alone web application which can be used to perform tasks such as inventory, order and customer management. The code for this is located in the admin-ui directory.

Development

Server

  • cd server && yarn
  • yarn start:dev

Admin UI

  • cd admin-ui && yarn
  • yarn start

License

MIT