/node-control

Frontend for https://github.com/alinex/node-operator

Primary LanguageVueApache License 2.0Apache-2.0

Alinex Control

GitHub watchers GitHub stars GitHub forks

npm package latest version Travis status Gemnasium status GitHub issues

<<<<<<< HEAD In the moment this is in heavy development and not really ready for productive use.

The control application is part of the Operator application and serves as the front end to the data source and processing server.

Usage

======= Current State: In initial phase - not doing much.

The control application is part of the IT Operator application and serves as the data source for the front-end applications.

Installation

For production use the best way is to install the webserver through IT Operator.

The applications are downloadable under...

Usage

Coming soon...

Development

For easy and fast handling use yarn:

# Install yarn package manager
$ sudo npm install -g yarn
# Clone from github
$ git clone https://github.com/alinex/node-control
# Install the modules
$ yarn

Now you may run the development version with hot reloading or in the production version:

$ yarn dev      # serve with hot reload at localhost:8080
$ yarn lint     # lint code
>>>>>>> 8bcb5134c8c8a647bcfbd1ab9c28c5cec77674b8



## License

(C) Copyright 2017 Alexander Schilling

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

>  <https://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.