PlayerManagement/Ui/CHANGELOG.md
Tomasi - Developing a8a032c1d7 ..
2024-10-10 07:43:07 +02:00

17 lines
752 B
Markdown

This file explains how Visual Studio created the project.
The following tools were used to generate this project:
- Angular CLI (ng)
The following steps were used to generate this project:
- Create Angular project with ng: `ng new Ui --defaults --skip-install --skip-git --no-standalone `.
- Create project file (`Ui.esproj`).
- Create `launch.json` to enable debugging.
- Create `nuget.config` to specify location of the JavaScript Project System SDK (which is used in the first line in `Ui.esproj`).
- Update package.json to add `jest-editor-support`.
- Update `start` script in `package.json` to specify host.
- Add `karma.conf.js` for unit tests.
- Update `angular.json` to point to `karma.conf.js`.
- Add project to solution.
- Write this file.