Skip to content

npm modules to use in a good ol' fashioned <script> tag

Notifications You must be signed in to change notification settings

zootella/modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modules

Some npm modules to use in a good ol' fashioned <script> tag.

Links found and files downloaded 2020 June 10 or date noted

jquery - 2020jun10

npm

guide

cdn

files

page_modules/jquery-3.5.1.js
page_modules/jquery-3.5.1.min.js

vue, vue router - 2020jun10

npm

guide

cdn

files

page_modules/vue.js
page_modules/vue.min.js
page_modules/vue-router.js

react, react dom, babel standalone - 2020jun10

npm

guide

cdn

files

page_modules/babel.min.js
page_modules/react.development.js
page_modules/react.production.min.js
page_modules/react-dom.development.js
page_modules/react-dom.production.min.js

js-yaml - 2020jun10

npm

guide

github zip

files

page_modules/js-yaml.js
page_modules/js-yaml.min.js

markdown-it, highlight.js - 2020jun10

npm

guide

cdn

files

page_modules/markdown-it.js
page_modules/markdown-it.min.js
page_modules/highlight.min.js
page_modules/highlight.min.css (renamed from default.min.css)

moment - 2020jun10

npm

guide

cdn

files

page_modules/moment.js
page_modules/moment.min.js

collections - 2020jul19

npm

guide

github zip

files

page_modules/collections.min.js

smartquotes - 2020dec12

npm

guide

files

page_modules/smartquotes.js
page_modules/smartquotes.js.map

Notes

Targets I'm interested in:

package.json saves all these modules the node way; where in node_modules are the files you downloaded?

can't you get each one of these from UNPKG or another recent similar site? how does unpkg deal with a npm module that has a bunch of additional dependencies?

About

npm modules to use in a good ol' fashioned <script> tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published