Skip to content

Commit 4f31070

Browse files
committed
setting title. entry is required.
1 parent 8cad28e commit 4f31070

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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+
pages: {
3+
index: {
4+
entry: "src/main.ts",
5+
title: "Vue.jsチュートリアル"
6+
}
7+
}
8+
};

0 commit comments

Comments
 (0)