Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akryum/frontpage-vue-app
Apollo "hello world" app, for Vue 2.0
https://github.com/Akryum/frontpage-vue-app
Last synced: about 1 month ago
JSON representation
Apollo "hello world" app, for Vue 2.0
- Host: GitHub
- URL: https://github.com/Akryum/frontpage-vue-app
- Owner: Akryum
- Created: 2016-09-21T08:07:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T07:44:32.000Z (over 7 years ago)
- Last Synced: 2024-06-24T07:33:31.356Z (6 months ago)
- Language: Vue
- Homepage: http://apollostack.com
- Size: 14.6 KB
- Stars: 79
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-graphql - Vue Apollo Example - Apollo example project for Vue 2.0. (Examples / JavaScript Examples)
README
# Apollo VueJS 2.0 Hello World app
This is the simple example VueJS/Apollo app that lives at dev.apollodata.com.
## Installation
Clone the repository and run `npm install`:
```
git clone https://github.com/Akryum/frontpage-vue-app
cd frontpage-vue-app
npm install
```## Starting the app
This app talks to the hello world server, available here: https://github.com/apollostack/frontpage-server
Once you've installed and started that server, start this app with:
```
npm start
```It will open a browser window, or you can browse to http://localhost:3000.
## Build the app to production
```
npm run build
```