Skip to content
Snippets Groups Projects
Commit 2fff82e5 authored by ptangu01's avatar ptangu01
Browse files

add README file for frontend dev

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1074 b32b6428-25c9-4566-ad07-03861ab6144f
parent ea08db56
No related branches found
No related tags found
No related merge requests found
# README
## Introduction
The directory is about web frontend development for xAAL.
## Requirements
All the Web Frontend developments will need a working xAAL infrastructure with
the xaal-restapi device.
## TODO
[] verify documentation of xaal-restapi. Need to be specified for all users
(ongoing work).
<!DOCTYPE html>
<html>
<head>
<title>xAAL dashboard demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<!-- Polymer webcomponents import -->
<link rel="import" href="/bower_components/xaal-dashboard/xaal-dashboard.html">
<link rel="import" href="/bower_components/xaal-lamp-dimmer/xaal-lamp-dimmer.html">
<link rel="import" href="/bower_components/xaal-powerrelay-basic/xaal-powerrelay-basic.html">
</head>
<body>
<xaal-dashboard></xaal-dashboard>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment