|
@@ -8,10 +8,10 @@ console.log("dirname : "+__dirname);
|
|
|
console.log("filename : "+__filename);
|
|
|
**/
|
|
|
console.log("----------------------------");
|
|
|
-const comm=require("./lib/commonjs.js");
|
|
|
-comm.info();
|
|
|
+
|
|
|
+
|
|
|
console.log("----------------------------");
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
console.log("----------------------------");
|
|
@@ -20,8 +20,8 @@ console.log("<h3>this is node test string!!!</h3>");
|
|
|
|
|
|
import {createApp } from 'vue';
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
import Home from "./component/Home.vue";
|
|
|
import test from "./component/test.vue";
|