create a new vue project with the vue-cli ui version, and then want to manually integrate vux yourself.
then install the following dependencies
vue-loader
less
less-loader
vux-loader
yaml-loader
later, I read the document saying that I want to modify the webpack.base.conf.js
file, but why my project doesn"t have this file, not even the build directory.
what to do now ~ because I am not very familiar with webpack, I hope God will answer in detail, what should I do next? Do you manually create the build directory and related webpack.*.js
files?