Skip to content

Instantly share code, notes, and snippets.

@albertmoravec
Last active August 20, 2021 11:04
Show Gist options
  • Save albertmoravec/3f613fb67013f22eb6a5937a37fce0f3 to your computer and use it in GitHub Desktop.
Save albertmoravec/3f613fb67013f22eb6a5937a37fce0f3 to your computer and use it in GitHub Desktop.
Phoenix Vue 3
watchers: [
node: [
"node_modules/@vue/cli-service/bin/vue-cli-service.js",
"serve",
cd: Path.expand("../assets/vue", __DIR__)
]
]
module.exports = {
outputDir: '../../priv/static/',
assetsDir: './assets',
devServer: {
writeToDisk: true,
publicPath: '../../priv/static',
hot: false,
inline: false,
liveReload: false
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment