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
Use other methods to increase, decrease or set a auto-increase function for your progress-bar. Furthermore, you can change the template using `setOption` method.
19
+
Use other methods to increase, decrease or set an auto-increase function for your progress-bar. Furthermore, you can change the template using `setOption` method.
20
20
21
21
## API
22
22
23
23
Check the API and method usage with example here: https://github.com/usablica/progress.js/wiki/API
24
24
25
25
## Build
26
26
27
-
First you should install `nodejs` and `npm`, then first run this command: `npm install` to install all dependencies.
27
+
First, you should install `nodejs` and `npm`, then run this command: `npm install` to install all dependencies.
28
28
29
-
Now you can run this command to minify all static resources:
29
+
Now you can run this command to minify all the static resources:
30
30
31
31
make build
32
32
@@ -62,4 +62,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
62
62
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
63
63
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
64
64
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
0 commit comments