소스 검색

添加lib打包文件

zhaihaoyi 6 년 전
부모
커밋
8d0c008727

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 .DS_Store
 node_modules
-/dist
+/dist/demo
 
 # local env files
 .env.local

+ 10 - 0
dist/lib/demo.html

@@ -0,0 +1,10 @@
+<meta charset="utf-8">
+<title>vue-router-tab demo</title>
+<script src="./vue-router-tab.umd.js"></script>
+
+<link rel="stylesheet" href="./vue-router-tab.css">
+
+
+<script>
+console.log(vue-router-tab)
+</script>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4045 - 0
dist/lib/vue-router-tab.common.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/lib/vue-router-tab.common.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/lib/vue-router-tab.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4047 - 0
dist/lib/vue-router-tab.umd.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/lib/vue-router-tab.umd.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/lib/vue-router-tab.umd.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/lib/vue-router-tab.umd.min.js.map


+ 3 - 0
package.json

@@ -50,6 +50,9 @@
       "parser": "babel-eslint"
     }
   },
+  "eslintIgnore": [
+    "dist"
+  ],
   "postcss": {
     "plugins": {
       "autoprefixer": {}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.