If you want to use a new project with VueJS 2.6 + Symfony 5.4, you can use these commands
git clone [email protected]:Aucante/base-symfony-vue-vuetify.git
cd base-symfony-vue-vuetify
yarn install - Install dependencies
yarn run dev - Compiling JS + SCSS yarn run watch - Compiling JS + CSS for any changes
yarn build