You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| dev |[](https://winappstudio.visualstudio.com/Vegas/_build/latest?definitionId=158&branchName=dev)|
-[Getting started with the codebase](/docs/contributing/getting-started-developers.md)
25
-
-[Terminology for developers](/docs/terminology.md)
45
+
-[Templates](./contributing/templates.md)
46
+
-[Accessibility](./contributing/accessibility.md)
26
47
27
48
## SHA256
28
49
@@ -57,7 +78,7 @@ I need a full-stack web app that is deployed on Azure App Service Web App.
57
78
58
79
Web Template Studio approaches full-stack web app creation using the following three attribute sets:
59
80
60
-
-**Frameworks**: First, which frameworks do you want to use for your frontend and backend? We currently support three frameworks for frontend: _[React](https://reactjs.org/)_, _[Angular](https://angular.io/)_, _[Vue.js](https://vuejs.org/)_ and three frameworks for backend: _[Node](https://nodejs.org/en/)_, _[Flask](http://flask.pocoo.org/)_ and_[Moleculer](https://moleculer.services/)_. We also provide a dependency checker to make sure you have the required version of Nodeand/or Python installed.
81
+
-**Frameworks**: First, which frameworks do you want to use for your frontend and backend? We currently support three frameworks for frontend: _[React](https://reactjs.org/)_, _[Angular](https://angular.io/)_, _[Vue.js](https://vuejs.org/)_ and four frameworks for backend: _[Node](https://nodejs.org/en/)_, _[Flask](http://flask.pocoo.org/)_, _[Moleculer](https://moleculer.services/)_ and _[ASP.NET Core](https://dotnet.microsoft.com/apps/aspnet)_. We also provide a dependency checker to make sure you have the required version of Node, Python and/or .NET Core installed.
61
82
-**App pages**: Next, to accelerate app creation, we provide a number of app page templates that you can use to add common UI pages into your new app. The current page templates include: _blank page_, common layouts (*e.g., master detail) and pages that implement common patterns (*e.g., grid, list). Using the wizard, add as many of the pages as you need, providing a name for each one, and we'll generate them for you.
62
83
-**Cloud Services**: Lastly, you specify which Azure cloud services you want to use, and we'll build out the framework for the services into your app. Currently supported services cover storage (_Azure Cosmos DB_), and hosting (_Azure App Service_).
63
84
@@ -101,6 +122,7 @@ The extension does [log basic telemetry](docs/telemetry.md) for what is being se
Copy file name to clipboardExpand all lines: docs/acknowledgments.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Acknowledgments
2
2
3
-
Microsoft Web Template Studio was initially built by a great group of interns from the Microsoft Garage. This full list of individuals that helped build the project during the first quarter of 2019.
3
+
Microsoft Web Template Studio was initially built by two great groups of interns from the Microsoft Garage. This full list of individuals that helped build the project.
4
+
5
+
## First group (first quarter of 2019):
4
6
5
7
**Design Intern**
6
8
@@ -31,7 +33,7 @@ Microsoft Web Template Studio was initially built by a great group of interns fr
Microsoft Web Template Studio is currently built and maintained by a new group of interns from the Microsoft Garage. This full list of individuals that helped build the project during the summer quarter of 2019.
36
+
## Second group (summer quarter of 2019):
35
37
36
38
**Design Intern**
37
39
@@ -46,7 +48,7 @@ Microsoft Web Template Studio is currently built and maintained by a new group o
0 commit comments