https://github.com/loschcode/askalfred-app-legacy
AskAlfred VueJS front-end application
https://github.com/loschcode/askalfred-app-legacy
Last synced: about 1 month ago
JSON representation
AskAlfred VueJS front-end application
- Host: GitHub
- URL: https://github.com/loschcode/askalfred-app-legacy
- Owner: Loschcode
- Created: 2019-03-03T00:40:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T12:24:13.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T03:28:10.942Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOW TO ?
## Fragment issues
The front-end isn't that smart and sometimes Apollo client throws bullshit fragment errors because of unions and interfaces, you have to run this if the schema isn't up to date:
```
npm run generate
```