Commit 4fdb39281676b9bfa530fe110f6833e50f792539
1 parent
9010da5e
配置package
Showing
10 changed files
with
40 additions
and
174 deletions
.gitignore
1 | .DS_Store | 1 | .DS_Store |
2 | -node_modules | ||
3 | -/dist | ||
4 | - | ||
5 | -/tests/e2e/videos/ | ||
6 | -/tests/e2e/screenshots/ | ||
7 | - | ||
8 | -# local env files | ||
9 | -.env.local | ||
10 | -.env.*.local | ||
11 | - | ||
12 | -# Log files | ||
13 | -npm-debug.log* | ||
14 | -yarn-debug.log* | ||
15 | -yarn-error.log* | ||
16 | - | ||
17 | -# Editor directories and files | ||
18 | -.idea | ||
19 | -.vscode | ||
20 | -*.suo | ||
21 | -*.ntvs* | ||
22 | -*.njsproj | ||
23 | -*.sln | ||
24 | -*.sw* | 2 | +.idea/ |
3 | +.tmp/ | ||
4 | +node_modules/** | ||
5 | +node_modules/ | ||
6 | +dist/ | ||
7 | +!bower_components/** | ||
8 | +*.orig | ||
9 | +/npm-debug.log | ||
10 | +/_work | ||
25 | \ No newline at end of file | 11 | \ No newline at end of file |
.idea/dictionaries/xiaoma.xml deleted
100644 → 0
.idea/inspectionProfiles/Project_Default.xml deleted
100644 → 0
1 | -<component name="InspectionProjectProfileManager"> | ||
2 | - <profile version="1.0"> | ||
3 | - <option name="myName" value="Project Default" /> | ||
4 | - <inspection_tool class="JSLint" enabled="true" level="ERROR" enabled_by_default="true" /> | ||
5 | - </profile> | ||
6 | -</component> | ||
7 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/jsLibraryMappings.xml deleted
100644 → 0
.idea/misc.xml deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="JSHintConfiguration" version="2.9.4" use-config-file="false"> | ||
4 | - <option asi="false" /> | ||
5 | - <option bitwise="false" /> | ||
6 | - <option boss="false" /> | ||
7 | - <option browser="false" /> | ||
8 | - <option browserify="false" /> | ||
9 | - <option camelcase="false" /> | ||
10 | - <option couch="false" /> | ||
11 | - <option curly="false" /> | ||
12 | - <option debug="false" /> | ||
13 | - <option devel="false" /> | ||
14 | - <option dojo="false" /> | ||
15 | - <option elision="false" /> | ||
16 | - <option enforceall="false" /> | ||
17 | - <option eqeqeq="false" /> | ||
18 | - <option eqnull="false" /> | ||
19 | - <option es3="false" /> | ||
20 | - <option es5="false" /> | ||
21 | - <option esnext="false" /> | ||
22 | - <option evil="false" /> | ||
23 | - <option expr="false" /> | ||
24 | - <option forin="false" /> | ||
25 | - <option freeze="false" /> | ||
26 | - <option funcscope="false" /> | ||
27 | - <option futurehostile="false" /> | ||
28 | - <option gcl="false" /> | ||
29 | - <option globalstrict="false" /> | ||
30 | - <option immed="false" /> | ||
31 | - <option iterator="false" /> | ||
32 | - <option jasmine="false" /> | ||
33 | - <option jquery="false" /> | ||
34 | - <option lastsemic="false" /> | ||
35 | - <option latedef="false" /> | ||
36 | - <option laxbreak="false" /> | ||
37 | - <option laxcomma="false" /> | ||
38 | - <option loopfunc="false" /> | ||
39 | - <option maxerr="50" /> | ||
40 | - <option mocha="false" /> | ||
41 | - <option module="false" /> | ||
42 | - <option mootools="false" /> | ||
43 | - <option moz="false" /> | ||
44 | - <option multistr="false" /> | ||
45 | - <option newcap="false" /> | ||
46 | - <option noarg="false" /> | ||
47 | - <option nocomma="false" /> | ||
48 | - <option node="false" /> | ||
49 | - <option noempty="false" /> | ||
50 | - <option nomen="false" /> | ||
51 | - <option nonbsp="false" /> | ||
52 | - <option nonew="false" /> | ||
53 | - <option nonstandard="false" /> | ||
54 | - <option notypeof="false" /> | ||
55 | - <option noyield="false" /> | ||
56 | - <option onevar="false" /> | ||
57 | - <option passfail="false" /> | ||
58 | - <option phantom="false" /> | ||
59 | - <option plusplus="false" /> | ||
60 | - <option proto="false" /> | ||
61 | - <option prototypejs="false" /> | ||
62 | - <option qunit="false" /> | ||
63 | - <option quotmark="false" /> | ||
64 | - <option rhino="false" /> | ||
65 | - <option scripturl="false" /> | ||
66 | - <option shadow="false" /> | ||
67 | - <option shelljs="false" /> | ||
68 | - <option singleGroups="false" /> | ||
69 | - <option smarttabs="false" /> | ||
70 | - <option strict="false" /> | ||
71 | - <option sub="false" /> | ||
72 | - <option supernew="false" /> | ||
73 | - <option trailing="false" /> | ||
74 | - <option typed="false" /> | ||
75 | - <option undef="false" /> | ||
76 | - <option unused="false" /> | ||
77 | - <option validthis="false" /> | ||
78 | - <option varstmt="false" /> | ||
79 | - <option white="false" /> | ||
80 | - <option withstmt="false" /> | ||
81 | - <option worker="false" /> | ||
82 | - <option wsh="false" /> | ||
83 | - <option yui="false" /> | ||
84 | - </component> | ||
85 | - <component name="JavaScriptSettings"> | ||
86 | - <option name="languageLevel" value="ES5" /> | ||
87 | - </component> | ||
88 | -</project> | ||
89 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/modules.xml deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="ProjectModuleManager"> | ||
4 | - <modules> | ||
5 | - <module fileurl="file://$PROJECT_DIR$/.idea/vue.vchangyi.third.wx.iml" filepath="$PROJECT_DIR$/.idea/vue.vchangyi.third.wx.iml" /> | ||
6 | - </modules> | ||
7 | - </component> | ||
8 | -</project> | ||
9 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/vcs.xml deleted
100644 → 0
.idea/vue.vchangyi.third.wx.iml deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<module type="WEB_MODULE" version="4"> | ||
3 | - <component name="NewModuleRootManager"> | ||
4 | - <content url="file://$MODULE_DIR$"> | ||
5 | - <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
6 | - <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
7 | - <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
8 | - </content> | ||
9 | - <orderEntry type="inheritedJdk" /> | ||
10 | - <orderEntry type="sourceFolder" forTests="false" /> | ||
11 | - </component> | ||
12 | -</module> | ||
13 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/workspace.xml
@@ -2,16 +2,16 @@ | @@ -2,16 +2,16 @@ | ||
2 | <project version="4"> | 2 | <project version="4"> |
3 | <component name="ChangeListManager"> | 3 | <component name="ChangeListManager"> |
4 | <list default="true" id="7c129a10-9126-4f9f-90c6-b7bb7deea158" name="Default" comment=""> | 4 | <list default="true" id="7c129a10-9126-4f9f-90c6-b7bb7deea158" name="Default" comment=""> |
5 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" /> | ||
6 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/dictionaries/xiaoma.xml" /> | ||
7 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" /> | ||
8 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" /> | ||
9 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" /> | ||
10 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" /> | ||
11 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" /> | ||
12 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vue.vchangyi.third.wx.iml" /> | ||
13 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> | ||
14 | - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/package.json" /> | 5 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/dictionaries/xiaoma.xml" afterPath="" /> |
6 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterPath="" /> | ||
7 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" afterPath="" /> | ||
8 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="" /> | ||
9 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/modules.xml" afterPath="" /> | ||
10 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/vcs.xml" afterPath="" /> | ||
11 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/vue.vchangyi.third.wx.iml" afterPath="" /> | ||
12 | + <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="" /> | ||
13 | + <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" /> | ||
14 | + <change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" /> | ||
15 | </list> | 15 | </list> |
16 | <ignored path="$PROJECT_DIR$/.tmp/" /> | 16 | <ignored path="$PROJECT_DIR$/.tmp/" /> |
17 | <ignored path="$PROJECT_DIR$/temp/" /> | 17 | <ignored path="$PROJECT_DIR$/temp/" /> |
@@ -28,8 +28,8 @@ | @@ -28,8 +28,8 @@ | ||
28 | <file leaf-file-name="package.json" pinned="false" current-in-tab="false"> | 28 | <file leaf-file-name="package.json" pinned="false" current-in-tab="false"> |
29 | <entry file="file://$PROJECT_DIR$/package.json"> | 29 | <entry file="file://$PROJECT_DIR$/package.json"> |
30 | <provider selected="true" editor-type-id="text-editor"> | 30 | <provider selected="true" editor-type-id="text-editor"> |
31 | - <state relative-caret-position="120"> | ||
32 | - <caret line="8" column="13" lean-forward="false" selection-start-line="8" selection-start-column="3" selection-end-line="8" selection-end-column="13" /> | 31 | + <state relative-caret-position="165"> |
32 | + <caret line="11" column="4" lean-forward="false" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" /> | ||
33 | <folding /> | 33 | <folding /> |
34 | </state> | 34 | </state> |
35 | </provider> | 35 | </provider> |
@@ -38,8 +38,8 @@ | @@ -38,8 +38,8 @@ | ||
38 | <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true"> | 38 | <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true"> |
39 | <entry file="file://$PROJECT_DIR$/.gitignore"> | 39 | <entry file="file://$PROJECT_DIR$/.gitignore"> |
40 | <provider selected="true" editor-type-id="text-editor"> | 40 | <provider selected="true" editor-type-id="text-editor"> |
41 | - <state relative-caret-position="0"> | ||
42 | - <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> | 41 | + <state relative-caret-position="135"> |
42 | + <caret line="9" column="6" lean-forward="true" selection-start-line="9" selection-start-column="6" selection-end-line="9" selection-end-column="6" /> | ||
43 | <folding /> | 43 | <folding /> |
44 | </state> | 44 | </state> |
45 | </provider> | 45 | </provider> |
@@ -50,6 +50,14 @@ | @@ -50,6 +50,14 @@ | ||
50 | <component name="Git.Settings"> | 50 | <component name="Git.Settings"> |
51 | <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | 51 | <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> |
52 | </component> | 52 | </component> |
53 | + <component name="IdeDocumentHistory"> | ||
54 | + <option name="CHANGED_PATHS"> | ||
55 | + <list> | ||
56 | + <option value="$PROJECT_DIR$/package.json" /> | ||
57 | + <option value="$PROJECT_DIR$/.gitignore" /> | ||
58 | + </list> | ||
59 | + </option> | ||
60 | + </component> | ||
53 | <component name="JsBowerSettings"> | 61 | <component name="JsBowerSettings"> |
54 | <node-interpreter value="project" /> | 62 | <node-interpreter value="project" /> |
55 | <exe-path>/usr/local/bin/bower</exe-path> | 63 | <exe-path>/usr/local/bin/bower</exe-path> |
@@ -172,17 +180,18 @@ | @@ -172,17 +180,18 @@ | ||
172 | <option name="number" value="Default" /> | 180 | <option name="number" value="Default" /> |
173 | <option name="presentableId" value="Default" /> | 181 | <option name="presentableId" value="Default" /> |
174 | <updated>1539326039407</updated> | 182 | <updated>1539326039407</updated> |
175 | - <workItem from="1539326040584" duration="1026000" /> | 183 | + <workItem from="1539326040584" duration="1756000" /> |
176 | </task> | 184 | </task> |
177 | <servers /> | 185 | <servers /> |
178 | </component> | 186 | </component> |
179 | <component name="TimeTrackingManager"> | 187 | <component name="TimeTrackingManager"> |
180 | - <option name="totallyTimeSpent" value="1026000" /> | 188 | + <option name="totallyTimeSpent" value="1756000" /> |
181 | </component> | 189 | </component> |
182 | <component name="ToolWindowManager"> | 190 | <component name="ToolWindowManager"> |
183 | <frame x="0" y="23" width="1440" height="797" extended-state="0" /> | 191 | <frame x="0" y="23" width="1440" height="797" extended-state="0" /> |
192 | + <editor active="true" /> | ||
184 | <layout> | 193 | <layout> |
185 | - <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24947146" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> | 194 | + <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24947146" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> |
186 | <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> | 195 | <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> |
187 | <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> | 196 | <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> |
188 | <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | 197 | <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
@@ -213,16 +222,16 @@ | @@ -213,16 +222,16 @@ | ||
213 | <component name="editorHistoryManager"> | 222 | <component name="editorHistoryManager"> |
214 | <entry file="file://$PROJECT_DIR$/package.json"> | 223 | <entry file="file://$PROJECT_DIR$/package.json"> |
215 | <provider selected="true" editor-type-id="text-editor"> | 224 | <provider selected="true" editor-type-id="text-editor"> |
216 | - <state relative-caret-position="120"> | ||
217 | - <caret line="8" column="13" lean-forward="false" selection-start-line="8" selection-start-column="3" selection-end-line="8" selection-end-column="13" /> | 225 | + <state relative-caret-position="165"> |
226 | + <caret line="11" column="4" lean-forward="false" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" /> | ||
218 | <folding /> | 227 | <folding /> |
219 | </state> | 228 | </state> |
220 | </provider> | 229 | </provider> |
221 | </entry> | 230 | </entry> |
222 | <entry file="file://$PROJECT_DIR$/.gitignore"> | 231 | <entry file="file://$PROJECT_DIR$/.gitignore"> |
223 | <provider selected="true" editor-type-id="text-editor"> | 232 | <provider selected="true" editor-type-id="text-editor"> |
224 | - <state relative-caret-position="0"> | ||
225 | - <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> | 233 | + <state relative-caret-position="135"> |
234 | + <caret line="9" column="6" lean-forward="true" selection-start-line="9" selection-start-column="6" selection-end-line="9" selection-end-column="6" /> | ||
226 | <folding /> | 235 | <folding /> |
227 | </state> | 236 | </state> |
228 | </provider> | 237 | </provider> |
package.json
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | - "url": "git@gitlab.vchangyi.com:front/vue.vchangyi.third.wx.git" | 11 | + "url": "https://gitlab.vchangyi.com:front/vue.vchangyi.third.wx.git" |
12 | }, | 12 | }, |
13 | "author": "", | 13 | "author": "", |
14 | "license": "ISC" | 14 | "license": "ISC" |