All Projects → cepave-f2e → owl-light

cepave-f2e / owl-light

Licence: MIT license
Open-Falcon client-side project.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to owl-light

falcon-policy
Policy Middleware for Falcon APIs
Stars: ✭ 30 (+150%)
Mutual labels:  falcon
Falcon
Free, open-source SQL client for Windows and Mac 🦅
Stars: ✭ 4,848 (+40300%)
Mutual labels:  falcon
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+9441.67%)
Mutual labels:  falcon
Falcon
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
Stars: ✭ 2,058 (+17050%)
Mutual labels:  falcon
Falcon
DEITY Falcon - Progressive Web App library for any type of website. Fully Open Source, Platform Agnostic and headless. OSL3.0. Supports Magento 2 PWA storefront, Wordpress PWA and BigCommerce PWA Storefront. Built with ReactJS, NodeJS and GraphQL. Join our community and become a contributor at https://slack.deity.io
Stars: ✭ 501 (+4075%)
Mutual labels:  falcon
Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+54666.67%)
Mutual labels:  falcon
virgil-crypto-c
This library is designed to be small, flexible and convenient wrapper for a variety crypto algorithms. So it can be used in a small micro controller as well as in a high load server application.
Stars: ✭ 24 (+100%)
Mutual labels:  falcon
Spacy Services
💫 REST microservices for various spaCy-related tasks
Stars: ✭ 230 (+1816.67%)
Mutual labels:  falcon
Swagger Py Codegen
a Python web framework generator supports Flask, Tornado, Falcon, Sanic
Stars: ✭ 508 (+4133.33%)
Mutual labels:  falcon
Ghidra falcon
Support of Nvidia Falcon processors for Ghidra (WIP)
Stars: ✭ 39 (+225%)
Mutual labels:  falcon
Dashboard
falcon-plus frontend
Stars: ✭ 344 (+2766.67%)
Mutual labels:  falcon
Falcon
Take Android screenshots with Falcons bright eye!
Stars: ✭ 362 (+2916.67%)
Mutual labels:  falcon
Falcon Celery
Example of how to handle background processes with Falcon, Celery, and Docker
Stars: ✭ 29 (+141.67%)
Mutual labels:  falcon
openverse-api
The Openverse API allows programmatic access to search for CC-licensed and public domain digital media.
Stars: ✭ 41 (+241.67%)
Mutual labels:  falcon
Graceful
Elegant Python REST toolkit built on top of falcon
Stars: ✭ 73 (+508.33%)
Mutual labels:  falcon
falcon
Mirror of Apache Falcon
Stars: ✭ 95 (+691.67%)
Mutual labels:  falcon
Falcon Plus
An open-source and enterprise-level monitoring system.
Stars: ✭ 6,770 (+56316.67%)
Mutual labels:  falcon
peach
Lightweight framework built on top of flask, falcon with a touch of magic
Stars: ✭ 19 (+58.33%)
Mutual labels:  falcon
Umpc Ubuntu
Scripts for UMPCs such as GPD Pocket, Pocket 2, MicroPC & TopJoy Falcon
Stars: ✭ 90 (+650%)
Mutual labels:  falcon
Fastdeploy
Deploy DL/ ML inference pipelines with minimal extra code.
Stars: ✭ 35 (+191.67%)
Mutual labels:  falcon

OWL Light

OWL Light is an Open-Falcon client-side project. It's based on vue and vue-router 2 worked as SPA (Single Page Application).

Setup

Clone this project

git clone https://github.com/cepave-f2e/owl-light.git && cd owl-light

Install dependencies

Recommend use yarn to install.

yarn install

The Folder Structure

owl-light/
├── build/ (webpack build and dev server config)
├── config/ (all project configs)
├── src/ (source, core code base)
|    ├─── components/ (global common components)
|    ├─── containers/ (page container)
|    ├─── sass/ (global common sass/scss libraries)
|    ├─── store/ (Vuex store management)
|    └─── utils/ (global common utility functions)
├── .babelrc (babel complier config)
├── .editorconfig (editor config)
├── .eslintrc.js (eslint config)
├── .stylelintrc.js (stylelint config)
├── package.json
└── yarn.lock (modules cache file)

Configure

All the related configs are in /config.

API service

Configure you own API service, put the OWL_LIGHT_API_BASE environment variable

OWL UI

OWL UI is a Component Design System based on VueJS 2, used by Cepave to run in monitoring system and OWL Light

Development

npm run dev

Open http://localhost:8080 to view it in the browser.

If you'd like to open browser automation, it just pass the --open arg.

npm run dev -- --open

Build

The build files it'll output in /dist.

npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].