An open API service indexing awesome lists of open source software.

https://github.com/fwd/cdn


https://github.com/fwd/cdn

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

Simple Development CDN


Hosted on Github Pages

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

- vue.js - https://cdn.fwd.dev/vue.js
- axios.js - https://cdn.fwd.dev/axios.js
- index.html - https://cdn.fwd.dev/index.html

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

```html


Hello World








* {
margin: 0;
padding: 0;
box-sizing:
border-box;
}




{{ message }}


var app = new Vue({
el: '#app',
data: {
message: 'Hello World'
},
mounted() {
this.load()
},
watch: {},
computed: {},
methods: {
load() {
console.log("Ready!")
}
},
})

```

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

- Github repo must be public
- Go to [Settings Page](/../../settings/pages)
- Source → "Master" → "/Root"
- Save

Your public URL: https://NAME.github.io/REPO

## Custom Domain (Optional):

- Go to [Settings Page](/../../settings/pages)
- "Custom domain" → "Add Domain"
- Save

## Domain DNS Settings

- Create **A** record that points to: **185.199.108.153**
- If using Cloudflare, make sure to disable proxy.

Docs: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site