A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/uiv-lib/uiv/commit/81ca3e409fa18980ce4861565ba25efba990f6ca below:

assets path · uiv-lib/uiv@81ca3e4 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+6

-6

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+6

-6

lines changed Original file line number Diff line number Diff line change

@@ -45,6 +45,6 @@ jobs:

45 45

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

46 46

with:

47 47

upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps

48 -

asset_path: ./dist/uiv.min.js

49 -

asset_name: uiv.min.js

48 +

asset_path: ./dist/uiv.umd.js

49 +

asset_name: uiv.umd.js

50 50

asset_content_type: text/javascript

Original file line number Diff line number Diff line change

@@ -9,9 +9,9 @@

9 9

* **Vue 3** supported.

10 10

* **SSR** (server-side rendering) supported.

11 11

* All env supported:

12 -

* UMD build `uiv.min.js` can be used in all environments (including browser)

13 -

* ES Module build `uiv.esm.js` is for modern bundlers like [webpack 2](https://webpack.js.org) or [rollup](https://rollupjs.org)

14 -

* CommonJS build `uiv.common.js` is for older bundlers like [browserify](http://browserify.org) or [webpack 1](https://webpack.github.io).

12 +

* UMD build `uiv.umd.js` can be used in all environments (including browser)

13 +

* ES Module build `uiv.es.js` is for modern bundlers like [webpack 2](https://webpack.js.org) or [rollup](https://rollupjs.org)

14 +

* CommonJS build `uiv.cjs.js` is for older bundlers like [browserify](http://browserify.org) or [webpack 1](https://webpack.github.io).

15 15 16 16

## Versions

17 17

@@ -94,7 +94,7 @@ You can load & install uiv package directly in browsers. For example:

94 94

<script src="//unpkg.com/uiv"></script>

95 95

```

96 96 97 -

This will simply load the latest version of `uiv.min.js` into your page. For detail usages (e.g. load specify version, IMPORTANT in production mode) and different CDN providers, you can visit:

97 +

This will simply load the latest version of `uiv.umd.js` into your page. For detail usages (e.g. load specify version, IMPORTANT in production mode) and different CDN providers, you can visit:

98 98 99 99

* [https://unpkg.com](https://unpkg.com)

100 100

* [https://www.jsdelivr.com](https://www.jsdelivr.com/)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4