WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices

Results 142 WebTemplateStudio issues
Sort by recently updated
recently updated
newest added

Sync with @xtinah-w, some UI in the high contrast theme mode are not showing properly. In High Contrast, everything should be dark background and blue boarder highlight.

style-bug
Wizard
Accessibility

Ensure everyone is implementing best practices for the post-generated code and review it again! ### Post-Generation Experience **Improve Angular** - [ ] Add more comments **Improve Vue** - [ ]...

enhancement
Generated Code

To reproduce: Create a Flask application on Mac with a Mongo DB. In the generated application, run `yarn install` and `yarn start` ![Screen Shot 2019-06-25 at 5 17 36 PM](https://user-images.githubusercontent.com/20333350/60142160-7fa10800-976d-11e9-99dd-aeb032fc23d4.png)...

bug
Generated Code
review

Hey All, I think due to the nature of our application we should auto install dependencies for the user's project. That is, we should run npm install and such before...

enhancement
feature-request

We should add tests that verify the template.json like we have on Windows Template Studio to ensure templates are configured correctly. (Licenses, parameters, etc..)

Testing

I think we should add Dockerfile and related stuff so that our web app is containerized in containers for local development as well as ready to pack and deliver to...

Generated Code
feature-request

Template tests are currently run by a script that generates all app variations and then tests them. It's not possible to run tests for a specific framework and diagnosis of...

Testing

Update Vue templates to Vue 3, depending on the vue v.3 release version

Generated Code
vue

**Describe the bug** Depending on the Operative System, the file system is case sensitive and allows to have files with different casing or not having them. Function `fs.existsSync` doesn´t check...

bug
Wizard