TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

If I remove bootstrap no vendor.css is created #70

Closed axi71 closed 6 years ago

axi71 commented 6 years ago

I've removed all dependencies of bootstrap.css because I don't want to use it: from package.json from webpack.config.vendor.js did all from scratch after cloning repository. Afterwards: npm install dotnet run no vendor.css has been created in wwwroot/dist Did I miss something?

MarkPieszak commented 6 years ago

Can you run npm run dev and see if that builds and runs everything for you? That is what actually runs the webpack command, dotnet run might not be executing it for you.

Hope that helps!