Skip to content

stelitsyn-sc/vue-injector-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-injector-example

This is a small example of using the vue-injector to create an http service using Observables.

Development Setup

# install deps
yarn install

# build dist files
yarn build

# serve examples at localhost:8080
yarn serve

# lint
yarn lint