Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 659 Bytes

Galaxis Vue Example

This example demonstrates the use of queries with SSR.

The example uses Fetch as a network interface and InMemoryCache as a cache. Note that you can use Redux DevTools to observe the cache state.

Queries are made to {JSON} Placeholder fake API.

Run it locally

git clone https://github.com/fenok/galaxis.git
cd galaxis
yarn build
yarn workspace @galaxis/vue-example start

The server should start at http://localhost:3001.