aspnetcore-Vue-starter icon indicating copy to clipboard operation
aspnetcore-Vue-starter copied to clipboard

Is script "build:dev" missing?

Open DmitrijOkeanij opened this issue 6 years ago • 1 comments

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?

DmitrijOkeanij avatar Nov 12 '18 13:11 DmitrijOkeanij

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!

MarkPieszak avatar Nov 13 '18 22:11 MarkPieszak