Skip to content

A sample application show casing the vue.js elexis-server npm library

Notifications You must be signed in to change notification settings

elexis/vue-es-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-es-demo-project

This project demonstrates the usage of the Elexis-Server (ES) vue.js plugin.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Initial project setup

This project was set-up by executing the following steps:

  1. Install vue-cli
  2. vue-create vue-es-demo-project
  3. Select default on the question arising
  4. cd vue-es-demo-project
  5. vue add router
  6. Select yes on the question Use history mode for router?
  7. vue add vuex
  8. npm i @col.panic/vue-es -s
  9. npm i pug-plain-loader
  10. Modify main.js to install the plugin
  11. Modify components/HelloWorld.vue to use the plugin

In order to run it, you need an Elexis-Server running on es.localhost, which is essentially the same IP as localhost. The reason the server has to run on es.localhost is that HSTS is being activate the first time you access the ES, forcing any further communication over TLS. So as not to block your own app, running on localhost we have to point to a different localhost name.

About

A sample application show casing the vue.js elexis-server npm library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published