|
|
пре 7 година | |
|---|---|---|
| .. | ||
| e2e | пре 7 година | |
| src | пре 7 година | |
| .gitignore | пре 7 година | |
| README.md | пре 7 година | |
| angular.json | пре 7 година | |
| generate-graphql-types.ts | пре 7 година | |
| package.json | пре 7 година | |
| tsconfig.json | пре 7 година | |
| tslint.json | пре 7 година | |
| yarn.lock | пре 7 година | |
This is the administration interface for Vendure.
It is an Angular application built with the Angular CLI.
The UI is powered by the Clarity Design System.
apollo-codegen is used to automatically create TypeScript interfaces for all GraphQL queries used in the application.
All queries should be located in the ./src/app/common/queries directory.
Run yarn generate-gql-types to generate TypeScript interfaces based on these queries. The generated
types are located at ./src/app/common/types/gql-generated-types.ts.