Skip to content

rnugraha/vue-open-trials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-open-trials

How to run the demo:

  1. Setup & run the Apollo-Server
  2. Setup & run Vue-Apollo project

Setup & run the Apollo-Server

$ cd graphql-server/
$ npm install

Then run the Apollo Server

$ npm run start

You should be able to see

🚀  Server ready at http://localhost:4000/

Setup & run Vue-Apollo-Client project

Go to the root of the project and then:

npm install

Then run the vue serve

$ npm run serve

You should be able to see

  App running at:
  - Local:   http://localhost:8080/ 
  - Network: http://10.18.35.141:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

Other commands

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Demo Vue-Apollo displaying data from https://opentrials.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published