mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
752 B
752 B
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.jsonto enable debugging. - Create
nuget.configto specify location of the JavaScript Project System SDK (which is used in the first line inUi.esproj). - Update package.json to add
jest-editor-support. - Update
startscript inpackage.jsonto specify host. - Add
karma.conf.jsfor unit tests. - Update
angular.jsonto point tokarma.conf.js. - Add project to solution.
- Write this file.