Skip to content

Commit c8a4e0f

Browse files
committed
init
1 parent fa41f15 commit c8a4e0f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vue.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
baseUrl: "./",
3+
productionSourceMap: false,
4+
5+
devServer: {
6+
port: 5000
7+
}
8+
};

0 commit comments

Comments
 (0)