All Projects → openpitrix → dashboard

openpitrix / dashboard

Licence: Apache-2.0 License
📺🐝OpenPitrix UI

Programming Languages

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

Projects that are alternatives of or similar to dashboard

Koa Mobx React Starter
A straightforward starter for Node javascript web projects. Using Koa, MobX and ReactJS (with universal / isomorphic server rendering)
Stars: ✭ 102 (+251.72%)
Mutual labels:  koa, mobx
tinylog-ui
实时日志分析系统后台数据管理系统
Stars: ✭ 45 (+55.17%)
Mutual labels:  mobx
myConsole
基于 TS + React + Mobx 实现的移动端浏览器控制台开发教程
Stars: ✭ 26 (-10.34%)
Mutual labels:  mobx
fetchx
Beautiful way to fetch data in React
Stars: ✭ 71 (+144.83%)
Mutual labels:  mobx
koaton
Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.
Stars: ✭ 28 (-3.45%)
Mutual labels:  koa
react-mobx-router5
React components for routing solution using router5 and mobx
Stars: ✭ 58 (+100%)
Mutual labels:  mobx
slides
No description or website provided.
Stars: ✭ 27 (-6.9%)
Mutual labels:  koa
mobx-form
Declarative, complex forms with Mobx/React with lots of dynamic/imperative hooks
Stars: ✭ 29 (+0%)
Mutual labels:  mobx
route-decorators
ES7 decorators that simplify Koa and Express route creation
Stars: ✭ 71 (+144.83%)
Mutual labels:  koa
giog
It's based on githud issues and built with Vue 2.x, vue-router & vuex with server-side rendering by koa
Stars: ✭ 14 (-51.72%)
Mutual labels:  koa
secondhand-deal
A campus secondhand trading system based on the vue.js + stylus + koa2 + sequelize ORM + mysql, and typescript is still learning to migrate.🍌
Stars: ✭ 21 (-27.59%)
Mutual labels:  koa
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+10.34%)
Mutual labels:  koa
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (-17.24%)
Mutual labels:  mobx
vue-cms
VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha
Stars: ✭ 16 (-44.83%)
Mutual labels:  koa
okdux
redux made ok 👌
Stars: ✭ 16 (-44.83%)
Mutual labels:  mobx
react-native-firebase-starter
The ultimate React Native starter using Firebase, Mobx, CodePush, OneSignal made with ♥
Stars: ✭ 290 (+900%)
Mutual labels:  mobx
react-with-mobx-template
project template-react&&mobx
Stars: ✭ 15 (-48.28%)
Mutual labels:  mobx
nfw
A jsonapi boilerplate for @nfw-core with mikro-orm
Stars: ✭ 23 (-20.69%)
Mutual labels:  koa
react-native-mobx-feathers
A basic App using react-navigation + mobx + feathers
Stars: ✭ 31 (+6.9%)
Mutual labels:  mobx
micro-observables
A simple Observable library that can be used for easy state management in React applications.
Stars: ✭ 78 (+168.97%)
Mutual labels:  mobx

OpenPitrix Dashboard

Dashboard

Build Status docker build status docker pull status Codacy Badge codecov License

Usage

git clone https://github.com/openpitrix/dashboard.git
cd dashboard
yarn
yarn dev

Docker

You can run dashboard in docker:

docker pull openpitrix/dashboard
docker run -d --rm --name openpitrix-dashborad -p 8000:8000 openpitrix/dashboard

Then open your favorite browser: http://localhost:8000

Build for ARM platform

We also support running openpitrix/dashboard in ARM platform using docker

See build steps in Dockerfile.arm

If you want try local build for ARM:

make build-arm
make run-arm

Or running our official arm64 image from docker hub:

docker pull openpitrix/dashboard:min-arm64
docker run -d --rm --name openpitrix-dashborad-arm -p 8000:8000 openpitrix/dashboard:min-arm64

Develop

yarn
yarn dev

We prefer yarn as our package manager, if you like npm:

npm i
npm run dev

See How to install requsites

Test

yarn test

Build

For production build:

yarn prod:build

Quick start

License

Apache v2

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].