vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

Can not install vuetify due to No webpack.config.js file when create vue.js project using webpack. #207

Closed SamnnyWong closed 3 years ago

SamnnyWong commented 4 years ago

vue version: "vue": "^2.5.2" command to init the project: vue init webpack vue-app environment: cordova with vue.js In https://vuetifyjs.com/en/getting-started/quick-start/#existing-applications it mentioned: "Once installed, locate your webpack.config.js file and copy the snippet below into the rules array. " There is no webpack.config.js is presented in the projecture structure. But there are webpack.base.conf.js, webpack.dev.conf.js and webpack.prod.conf.js under the "build" directory. should I copy the snippet into all of these 3 files? If so the doc needs to be modified.

KaelWD commented 3 years ago

Duplicate of #151