I have install a vue-cli project and running the application. I need to put some rules in web-pack config.
It was supposed to be in build folder. But i don't see any build folder in my project root folder.
Do i need to manually add the build folder and write the web-pack config? Or, it can be install from some npm package?
I tried running npm build but it is just generating the dist folder. But not the build folder.
This is what i have installed:
npm install -g @vue/cli
vue create ClientApp
