aspnetcore-Vue-starter
                                
                                
                                
                                    aspnetcore-Vue-starter copied to clipboard
                            
                            
                            
                        Is script "build:dev" missing?
It is begginer question.
Trying to build and run in dev mode but failed. I added this script "build:dev": "cross-env NODE_ENV=development webpack --progress", and build it, all goes fine.
Really this script is missing, and any professionals can add it manually, or there is another ways to build in dev mode that I am missing?
I think with just the regular dev script we have here, it should just be triggering all of that for you through dotnet.
https://github.com/MarkPieszak/aspnetcore-Vue-starter/blob/master/content/package.json#L10
It definitely would be good to have that either way, sometimes you definitely have to force a webpack rebuild after all!