Vue.Starter
Vue.Starter copied to clipboard
The ASP.NET Vue Starter Template
I would like to weave in Identity and auth but find that I don't know it well enough to plug in myself. Ideally: we can do this without passwords and,...
azdify
Deleted the old scripts that handled deployment and replaced them with bicep files and `azd` commands. Updated readme to indicate that it uses `azd`. Updated `Makefile` to use `azd`, including...
Right now the default is a hardcoded reference to the runtime location of the content: `./Content/` but I have a strong suspicion that this is going to break during deployment,...
Not sure how to do this for a "starter template" - I don't want to be too overbearing and prescriptive, but GitHub build/deploy is such a common scenario that I...
In the root is a `/scripts` directory that I would love to use for deployment (and other things), and I would also like to orchestrate some GitHub love (in other...
There are some things that work but... not sure if they're "prime time" just yet. Would like to review with @jongalloway.
The code is pretty bare and terse at the moment with a few HACKS in there
We need a build setup post-deployment that will run `npm run build` in the `/client` directory, which will output the results to the `/server/wwwroot` directory. This is a first step...
Hi, Thanks for creating this template. I've had a quick look around and everything that you and your team have made are amazing. Unfortunately the Dockerfile doesn't seem to work....