mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 17:22:21 +00:00
17 lines
752 B
Markdown
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.
|