Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install using unpkg.com #195

Open
yakeing opened this issue Oct 6, 2019 · 2 comments
Open

Install using unpkg.com #195

yakeing opened this issue Oct 6, 2019 · 2 comments

Comments

@yakeing
Copy link

yakeing commented Oct 6, 2019

unpkg is a fast, global content delivery network for everything on npm. Use it to quickly and easily load any file from any package using a URL like:

    unpkg.com/:package@:version/:file

Install

    <link rel="stylesheet" href="https://unpkg.com/gitment/style/default.css">

    <script src="https://unpkg.com/gitment/dist/gitment.browser.js"></script>

unpkg

Very suitable for global layout

@ldyivan
Copy link

ldyivan commented Oct 6, 2019

Comment login authorization can not be used for a long time, thank you for sharing, free to test

@sariabiha
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@yakeing @ldyivan @sariabiha and others