create
create copied to clipboard
🛠️ Build tooling for Vuetify 3
After creating a new project (`npm create vuetify`), the command `npm run lint` cannot be executed because the installed package versions do not match each other. I get the following...
### Environment **Vuetify Version:** 3.5.12 **Vue Version:** 3.4.21 **Browsers:** Chrome 123.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce default layout(src/layouts/default.vue) can not be changed to another until `defaultLayout` is...
I created a project using `create vuetify` and I chose the base config (Default + Router). I didn't expect unplugin-vue-router to be added, and since our team is not confident...
Check the resulting CSS you get from Google Fonts, there is no italic font there. Vuetify does support and seldomly uses italic which will result in poor rendering.
I've been having a problem everytime I create a new vuetify component with the npm create vuetify **Error:** ` SyntaxError: missing ) after argument list at internalCompileFunction (node:internal/vm:77:18) at wrapSafe...
This is a proposal to install the Roboto font as a dependency of create-vuetify instead of using Google-hosted fonts. ### Current situation - create-vuetify uses unplugin-fonts to load the Roboto...
Please see the video below.
When creating a new vuetify project using yarn (4.2.2), the created project might have missing dependencies and can't be started. ## Steps to reproduce * `yarn create vuetify` * Preset:...