I'm completely new to Vue Cli and the Vue framework in general, so any help is appreciated!
From what I understand, in Vue Cli 2, the command was something like this:
Vue init webpack-simple xxx
However, with the latest major update (3), it has changed to:
Vue create xxx
Unfortunately, it seems that there isn't an option to install Webpack-simple anymore.
I attempted to follow the instructions at https://cli.vuejs.org/guide/webpack.html#simple-configuration, but I'm unsure if it's the solution I'm looking for. Can someone confirm?