You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,22 @@ There are some other scripts available in the `scripts` section of the `package.
82
82
83
83
-**`dist`**: contains built file for distribution. Note this directory is only updated when a release happens; they do not reflect the latest changes in development.
84
84
85
-
-**`test`**: contains unit tests. They are written with [Mocha](https://mochajs.org/) and run with [Karma](https://karma-runner.github.io/2.0/index.html).
85
+
-**`docs`**: contains documentation. Powered by [Vuepress](https://github.com/vuejs/vuepress).
86
86
87
87
-**`src`**: contains the source code, obviously. The codebase is written in ES2015.
88
88
89
89
-**`components`**: contains code for the core single-file component (`InfiniteLoading.vue`) and spinner single-file component (`Spinner.vue`).
90
90
91
91
-**`styles`**: contains code for styles of different spinners, they are written with [Less](http://lesscss.org/).
92
92
93
-
-**`types`**: contains TypeScript type definitions
93
+
-**`config.js`**: contains all the runtime configurations for this plugin.
94
+
95
+
-**`utils.js`**: contains all the tool functions for this plugin.
96
+
97
+
-**`index.js`**: entry file, contains plugin `install` API definition and the logic to register `InfiniteLoading` component.
98
+
99
+
-**`scripts`**: contains all the scripts use to developing, testing, building and deploying documentation.
100
+
101
+
-**`test`**: contains unit tests. They are written with [Mocha](https://mochajs.org/) and run with [Karma](https://karma-runner.github.io/2.0/index.html).
102
+
103
+
-**`types`**: contains TypeScript type definitions.
0 commit comments