yangzhijie 4 년 전
커밋
0b22d18764
2개의 변경된 파일35개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      .gitignore
  2. 18 0
      package.json

+ 17 - 0
.gitignore

@@ -0,0 +1,17 @@
+.DS_Store
+node_modules/
+dist/
+npm-debug.log
+yarn-error.log
+
+# Editor directories and files
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+
+
+packages-old/
+examples-old/
+/package-lock.json

+ 18 - 0
package.json

@@ -0,0 +1,18 @@
+{
+  "name": "pc-component-v3",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "",
+  "license": "ISC",
+  "devDependencies": {
+    "vue": "^3.2.31",
+    "vue-router": "^4.0.13",
+    "webpack": "^5.70.0",
+    "webpack-cli": "^4.9.2",
+    "webpack-dev-server": "^4.7.4"
+  }
+}