Alexander Zakurnaev

Results 3 comments of Alexander Zakurnaev

The config vite.config.js meets with [the installation guide](https://devtools-next.vuejs.org/guide/vite-plugin) ``` import { fileURLToPath, URL } from 'node:url' import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueDevTools from 'vite-plugin-vue-devtools'...