allow offline use/remove CDN links
Open
enhancement
good first issue
- Dominant language
- Vue
- Stars
- 16
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
currently i'm pulling in Vue.js, and bootstrap from CDNs. These javascript libraries should be downloaded locally so that you don't need internet connection to run the app.
## TODO
- [x] Migrate to full `vue-cli` app (see #21 for progress)
- [ ] Remove Bootstrap CDN, install with `npm` instead
- [x] Remove `AnsiUp` as a CDN dependency, install with `npm` instead (see #21)
Contributor guide
Assessment
This issue has not been assessed yet.