Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travis-r6s/gridsome-demo-guess
GuessJS + Gridsome Demo
https://github.com/travis-r6s/gridsome-demo-guess
Last synced: 16 days ago
JSON representation
GuessJS + Gridsome Demo
- Host: GitHub
- URL: https://github.com/travis-r6s/gridsome-demo-guess
- Owner: travis-r6s
- Created: 2020-01-28T18:43:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:21:33.000Z (about 2 years ago)
- Last Synced: 2024-03-19T01:12:31.524Z (10 months ago)
- Language: Vue
- Size: 4.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gridsome + GuessJS Demo
> This demo gives GuessJS a route provider with some fake data.
Running this site in development (`gridsome develop`) should work fine, with the browser console telling you which routes it will prefetch: `Prefetching /markdown-test-file`, `Prefetching /a-post-with-a-cover-image` etc.
However, running `gridsome build` gives the below error:
```bash
95% emitting GuessPlugin /path-to-site/guessjs/node_modules/guess-webpack/dist/guess-webpack/main.js:660
compilation.assets[mainName] = new ConcatSource(stats.compilation.assets['./output.js'], '\n', old.source());
^TypeError: Cannot read property 'source' of undefined
```