Generating a Frontend Demo
Front-end generation
$ cd package-frontend
$ cxcloud generate demoConfiguration
export const environment = {
production: false,
siteName: "CXCloud DEV",
commerce: {
apiUrl: "/api/service-commerce/v1",
indexName: "dev_COMMERCE"
},
content: {
apiUrl: "/api/service-content/v1",
indexName: "dev_CONTENT"
},
auth: {
apiUrl: "/api/service-auth/v1"
},
search: {
apiUrl: "/api/service-search/v1"
}
};Local test
Deployment
Routing
Commit
Last updated