Commit 9010da5ea0f9cc2d98bd931c327a267af644e997
0 parents
配置package
Showing
10 changed files
with
424 additions
and
0 deletions
.gitignore
0 → 100644
1 | +++ a/.gitignore | |
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* | ... | ... |
.idea/dictionaries/xiaoma.xml
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
1 | +++ a/.idea/inspectionProfiles/Project_Default.xml | |
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> | |
0 | 7 | \ No newline at end of file | ... | ... |
.idea/jsLibraryMappings.xml
0 → 100644
.idea/misc.xml
0 → 100644
1 | +++ a/.idea/misc.xml | |
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> | |
0 | 89 | \ No newline at end of file | ... | ... |
.idea/modules.xml
0 → 100644
1 | +++ a/.idea/modules.xml | |
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> | |
0 | 9 | \ No newline at end of file | ... | ... |
.idea/vcs.xml
0 → 100644
.idea/vue.vchangyi.third.wx.iml
0 → 100644
1 | +++ a/.idea/vue.vchangyi.third.wx.iml | |
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> | |
0 | 13 | \ No newline at end of file | ... | ... |
.idea/workspace.xml
0 → 100644
1 | +++ a/.idea/workspace.xml | |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ChangeListManager"> | |
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" /> | |
15 | + </list> | |
16 | + <ignored path="$PROJECT_DIR$/.tmp/" /> | |
17 | + <ignored path="$PROJECT_DIR$/temp/" /> | |
18 | + <ignored path="$PROJECT_DIR$/tmp/" /> | |
19 | + <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | |
20 | + <option name="TRACKING_ENABLED" value="true" /> | |
21 | + <option name="SHOW_DIALOG" value="false" /> | |
22 | + <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
23 | + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
24 | + <option name="LAST_RESOLUTION" value="IGNORE" /> | |
25 | + </component> | |
26 | + <component name="FileEditorManager"> | |
27 | + <leaf> | |
28 | + <file leaf-file-name="package.json" pinned="false" current-in-tab="false"> | |
29 | + <entry file="file://$PROJECT_DIR$/package.json"> | |
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" /> | |
33 | + <folding /> | |
34 | + </state> | |
35 | + </provider> | |
36 | + </entry> | |
37 | + </file> | |
38 | + <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true"> | |
39 | + <entry file="file://$PROJECT_DIR$/.gitignore"> | |
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" /> | |
43 | + <folding /> | |
44 | + </state> | |
45 | + </provider> | |
46 | + </entry> | |
47 | + </file> | |
48 | + </leaf> | |
49 | + </component> | |
50 | + <component name="Git.Settings"> | |
51 | + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | |
52 | + </component> | |
53 | + <component name="JsBowerSettings"> | |
54 | + <node-interpreter value="project" /> | |
55 | + <exe-path>/usr/local/bin/bower</exe-path> | |
56 | + <config-path>$USER_HOME$/Desktop/vchangyi/project/hr-tools-shell/bower.json</config-path> | |
57 | + </component> | |
58 | + <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> | |
59 | + <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> | |
60 | + <component name="JsFlowSettings"> | |
61 | + <service-enabled>true</service-enabled> | |
62 | + <exe-path /> | |
63 | + <annotation-enable>false</annotation-enable> | |
64 | + <other-services-enabled>true</other-services-enabled> | |
65 | + <auto-save>true</auto-save> | |
66 | + </component> | |
67 | + <component name="JsGulpfileManager"> | |
68 | + <detection-done>true</detection-done> | |
69 | + <sorting>DEFINITION_ORDER</sorting> | |
70 | + </component> | |
71 | + <component name="ProjectFrameBounds"> | |
72 | + <option name="y" value="23" /> | |
73 | + <option name="width" value="1440" /> | |
74 | + <option name="height" value="797" /> | |
75 | + </component> | |
76 | + <component name="ProjectInspectionProfilesVisibleTreeState"> | |
77 | + <entry key="Project Default"> | |
78 | + <profile-state> | |
79 | + <expanded-state> | |
80 | + <State> | |
81 | + <id /> | |
82 | + </State> | |
83 | + <State> | |
84 | + <id>Spelling</id> | |
85 | + </State> | |
86 | + </expanded-state> | |
87 | + <selected-state> | |
88 | + <State> | |
89 | + <id>SpellCheckingInspection</id> | |
90 | + </State> | |
91 | + </selected-state> | |
92 | + </profile-state> | |
93 | + </entry> | |
94 | + </component> | |
95 | + <component name="ProjectView"> | |
96 | + <navigator currentView="ProjectPane" proportions="" version="1"> | |
97 | + <flattenPackages /> | |
98 | + <showMembers /> | |
99 | + <showModules /> | |
100 | + <showLibraryContents /> | |
101 | + <hideEmptyPackages /> | |
102 | + <abbreviatePackageNames /> | |
103 | + <autoscrollToSource /> | |
104 | + <autoscrollFromSource /> | |
105 | + <sortByType /> | |
106 | + <manualOrder /> | |
107 | + <foldersAlwaysOnTop value="true" /> | |
108 | + </navigator> | |
109 | + <panes> | |
110 | + <pane id="ProjectPane"> | |
111 | + <subPane> | |
112 | + <expand> | |
113 | + <path> | |
114 | + <item name="vue.vchangyi.third.wx" type="b2602c69:ProjectViewProjectNode" /> | |
115 | + <item name="vue.vchangyi.third.wx" type="462c0819:PsiDirectoryNode" /> | |
116 | + </path> | |
117 | + </expand> | |
118 | + <select /> | |
119 | + </subPane> | |
120 | + </pane> | |
121 | + <pane id="Scope" /> | |
122 | + <pane id="Scratches" /> | |
123 | + </panes> | |
124 | + </component> | |
125 | + <component name="PropertiesComponent"> | |
126 | + <property name="settings.editor.selected.configurable" value="configurable.stylesheets.stylelint" /> | |
127 | + <property name="JavaScriptPreferStrict" value="true" /> | |
128 | + <property name="JavaScriptWeakerCompletionTypeGuess" value="false" /> | |
129 | + <property name="nodejs_interpreter_path" value="/usr/local/bin/node" /> | |
130 | + <property name="HbShouldOpenHtmlAsHb" value="" /> | |
131 | + <property name="node.js.path.for.package.jscs" value="project" /> | |
132 | + <property name="node.js.selected.package.jscs" value="" /> | |
133 | + <property name="node.js.path.for.package.eslint" value="project" /> | |
134 | + <property name="node.js.selected.package.eslint" value="" /> | |
135 | + <property name="node.js.path.for.package.standard" value="project" /> | |
136 | + <property name="node.js.selected.package.standard" value="" /> | |
137 | + <property name="node.js.path.for.package.tslint" value="project" /> | |
138 | + <property name="node.js.selected.package.tslint" value="" /> | |
139 | + <property name="node.js.path.for.package.stylelint" value="project" /> | |
140 | + <property name="node.js.selected.package.stylelint" value="" /> | |
141 | + <property name="javascript.nodejs.core.library.configured.version" value="6.11.1" /> | |
142 | + <property name="WebServerToolWindowFactoryState" value="false" /> | |
143 | + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> | |
144 | + </component> | |
145 | + <component name="RecentsManager"> | |
146 | + <key name="CopyFile.RECENT_KEYS"> | |
147 | + <recent name="$PROJECT_DIR$" /> | |
148 | + </key> | |
149 | + </component> | |
150 | + <component name="RunDashboard"> | |
151 | + <option name="ruleStates"> | |
152 | + <list> | |
153 | + <RuleState> | |
154 | + <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> | |
155 | + </RuleState> | |
156 | + <RuleState> | |
157 | + <option name="name" value="StatusDashboardGroupingRule" /> | |
158 | + </RuleState> | |
159 | + </list> | |
160 | + </option> | |
161 | + </component> | |
162 | + <component name="ShelveChangesManager" show_recycled="false"> | |
163 | + <option name="remove_strategy" value="false" /> | |
164 | + </component> | |
165 | + <component name="SvnConfiguration"> | |
166 | + <configuration>$USER_HOME$/.subversion</configuration> | |
167 | + </component> | |
168 | + <component name="TaskManager"> | |
169 | + <task active="true" id="Default" summary="Default task"> | |
170 | + <changelist id="7c129a10-9126-4f9f-90c6-b7bb7deea158" name="Default" comment="" /> | |
171 | + <created>1539326039407</created> | |
172 | + <option name="number" value="Default" /> | |
173 | + <option name="presentableId" value="Default" /> | |
174 | + <updated>1539326039407</updated> | |
175 | + <workItem from="1539326040584" duration="1026000" /> | |
176 | + </task> | |
177 | + <servers /> | |
178 | + </component> | |
179 | + <component name="TimeTrackingManager"> | |
180 | + <option name="totallyTimeSpent" value="1026000" /> | |
181 | + </component> | |
182 | + <component name="ToolWindowManager"> | |
183 | + <frame x="0" y="23" width="1440" height="797" extended-state="0" /> | |
184 | + <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" /> | |
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" /> | |
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" /> | |
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" /> | |
189 | + <window_info id="Version Control" 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="false" content_ui="tabs" /> | |
190 | + <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | |
191 | + <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32905984" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | |
192 | + <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> | |
193 | + <window_info id="Favorites" active="false" anchor="left" 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" /> | |
194 | + <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> | |
195 | + <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | |
196 | + <window_info id="Message" 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="0" side_tool="false" content_ui="tabs" /> | |
197 | + <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | |
198 | + <window_info id="Find" 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="false" content_ui="tabs" /> | |
199 | + <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> | |
200 | + <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | |
201 | + </layout> | |
202 | + </component> | |
203 | + <component name="TypeScriptGeneratedFilesManager"> | |
204 | + <option name="version" value="1" /> | |
205 | + </component> | |
206 | + <component name="VcsContentAnnotationSettings"> | |
207 | + <option name="myLimit" value="2678400000" /> | |
208 | + </component> | |
209 | + <component name="XDebuggerManager"> | |
210 | + <breakpoint-manager /> | |
211 | + <watches-manager /> | |
212 | + </component> | |
213 | + <component name="editorHistoryManager"> | |
214 | + <entry file="file://$PROJECT_DIR$/package.json"> | |
215 | + <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" /> | |
218 | + <folding /> | |
219 | + </state> | |
220 | + </provider> | |
221 | + </entry> | |
222 | + <entry file="file://$PROJECT_DIR$/.gitignore"> | |
223 | + <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" /> | |
226 | + <folding /> | |
227 | + </state> | |
228 | + </provider> | |
229 | + </entry> | |
230 | + </component> | |
231 | + <component name="masterDetails"> | |
232 | + <states> | |
233 | + <state key="ScopeChooserConfigurable.UI"> | |
234 | + <settings> | |
235 | + <splitter-proportions> | |
236 | + <option name="proportions"> | |
237 | + <list> | |
238 | + <option value="0.2" /> | |
239 | + </list> | |
240 | + </option> | |
241 | + </splitter-proportions> | |
242 | + </settings> | |
243 | + </state> | |
244 | + </states> | |
245 | + </component> | |
246 | +</project> | |
0 | 247 | \ No newline at end of file | ... | ... |
package.json
0 → 100644
1 | +++ a/package.json | |
1 | +{ | |
2 | + "name": "vue.vchangyi.third.wx", | |
3 | + "version": "1.0.0", | |
4 | + "description": "vue手机端自定义组建", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.vchangyi.com:front/vue.vchangyi.third.wx.git" | |
12 | + }, | |
13 | + "author": "", | |
14 | + "license": "ISC" | |
15 | +} | ... | ... |