Skip to content

Latest commit

 

History

History

vue-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.