Vue

Snippets

Port ändern

./vue.config.js

module.exports = defineConfig({

  devServer: {
    port: 4000,
  },
});