dai-vue-temp-m

自动化上传

2022/1/7 18:27:43

更改列表

build/config.js 1(+1 -0)

package.json 2(+1 -1)

package-lock.json 19309(+0 -19309)

详细信息

build/config.js 1(+1 -0)

diff --git a/build/config.js b/build/config.js
index f953db5..6fdf3ea 100644
--- a/build/config.js
+++ b/build/config.js
@@ -1,4 +1,5 @@
 module.exports = config = {
+    port: 8080,
     //打包目标目录
     buildPath: './dist/',
     copy: [

package.json 2(+1 -1)

diff --git a/package.json b/package.json
index 99a6d55..24e0cb3 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
     "description": "dai-vue",
     "main": "src/index.js",
     "dependencies": {
-        "dai-vue": "^1.0.1",
+        "dai-vue": "..//dai-vue",
         "vuex": "^3.6.2"
     },
     "scripts": {