Michael Bromley fd7f9d1fd1 chore(ui-devkit): Make scaffold package.json private il y a 5 ans
..
src fe72c41e7c feat(admin-ui): Improved ui extension development API & architecture il y a 5 ans
README.md fe72c41e7c feat(admin-ui): Improved ui extension development API & architecture il y a 5 ans
angular.json 3e4cfbfd91 refactor(admin-ui-plugin): Move compilation out of plugin into ui-devkit il y a 5 ans
package.json fd7f9d1fd1 chore(ui-devkit): Make scaffold package.json private il y a 5 ans
tsconfig.json f8829400fc refactor(admin-ui, ui-devkit): Minimally working devkit build il y a 5 ans

README.md

Generated Admin UI

This directory and its entire contents was generated the compileUiExtensions() function of the @vendure/ui-devkit/compiler package. It is not recommended to modify these files, since any changes will be overwritten upon re-compiling the ui extensions.

Production app

When compiling in production mode (devMode: false), the compiled application will be output to the ./dist directory. This is a production-ready Angular application which can then be served from any web server, with attention to the Angular server configuration guide.