# neuron-dashboard **Repository Path**: OtherCopy/neuron-dashboard ## Basic Information - **Project Name**: neuron-dashboard - **Description**: neuron-dashboard - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-12 - **Last Updated**: 2024-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neuron Dashboard [![GitHub Release](https://img.shields.io/github/release/emqx/neuron-dashboard?color=brightgreen&label=Release)](https://github.com/emqx/neuron-dashboard/releases) [![Slack](https://img.shields.io/badge/Slack-Neuron-39AE85?logo=slack)](https://slack-invite.emqx.io/) [![Discord](https://img.shields.io/discord/931086341838622751?label=Discord&logo=discord)](https://discord.gg/xYGf3fQnES) [![Twitter](https://img.shields.io/badge/Follow-EMQ-1DA1F2?logo=twitter)](https://twitter.com/EMQTech) [![YouTube](https://img.shields.io/badge/Subscribe-EMQ-FF0000?logo=youtube)](https://www.youtube.com/channel/UC5FjR77ErAxvZENEWzQaO5Q) Neuron is an Industrial IoT (IIoT) connectivity server for modern big data and AI/ML technology to leverage the power of Industrial 4.0. It supports one-stop access to dozens of industrial protocols and converts them into MQTT protocol and realize the interconnection between IIoT platforms and various industrial devices. This repository contians the dashboard source for Neuron. ## Build Source ### Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## Build Content Deployment Copy the build content in the `dist` directory to neuron directory. ## Relational Repos The following are all the github repos related to Neuron development. - [Core Framework](https://github.com/emqx/neuron) - public - Pluggable Modules - private - [Dashboard](https://github.com/emqx/neuron-dashboard) - public - [Documentation](https://github.com/emqx/neuron-docs) - public ## Community Please visit our [offical website](https://neugates.io) to have a good inspiration of how to apply Neuron in your big data and IIoT project. If you found any bugs or issues, please drop it in [Github Issues](https://github.com/emqx/neuron/issues). Your help is much appriceiated. You can connect with the Neuron community and developers in the following ways. - [Github Discussions](https://github.com/emqx/neuron/discussions) - [Slack](https://slack-invite.emqx.io/) - [Discord](https://discord.gg/xYGf3fQnES) By EMQ Neuron Industrial IoT Team