Skip to content

Instantly share code, notes, and snippets.

@claraj
Created April 11, 2022 13:01
Show Gist options
  • Save claraj/1ff8f04807e6f6fd9a76c04e507c9361 to your computer and use it in GitHub Desktop.
Save claraj/1ff8f04807e6f6fd9a76c04e507c9361 to your computer and use it in GitHub Desktop.
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
proxy: 'http://127.0.0.1:3000'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment