https://github.com/fwd/cdn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fwd/cdn
- Owner: fwd
- Created: 2022-08-14T17:52:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T18:09:16.000Z (over 2 years ago)
- Last Synced: 2025-01-07T10:11:23.853Z (4 months ago)
- Language: HTML
- Homepage: https://cdn.fwd.dev
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

Simple Development CDN
Hosted on Github Pages

- vue.js - https://cdn.fwd.dev/vue.js
- axios.js - https://cdn.fwd.dev/axios.js
- index.html - https://cdn.fwd.dev/index.html
```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!")
}
},
})
```

- Github repo must be public
- Go to [Settings Page](/../../settings/pages)
- Source → "Master" → "/Root"
- SaveYour 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