1 parent fa41f15 commit c8a4e0fCopy full SHA for c8a4e0f
1 file changed
vue.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ baseUrl: "./",
3
+ productionSourceMap: false,
4
+
5
+ devServer: {
6
+ port: 5000
7
+ }
8
+};
0 commit comments