TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO

Home Page:https://www.trilon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I remove bootstrap no vendor.css is created

axi71 opened this issue · comments

commented

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?

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!