https://github.com/webix-hub/webix-adminapp-demo
Demo of Webix MVC app, http://webix.com/demos/admin-app/
https://github.com/webix-hub/webix-adminapp-demo
webix webix-demo webix-jet
Last synced: 10 months ago
JSON representation
Demo of Webix MVC app, http://webix.com/demos/admin-app/
- Host: GitHub
- URL: https://github.com/webix-hub/webix-adminapp-demo
- Owner: webix-hub
- Created: 2015-02-19T13:54:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T16:08:39.000Z (over 4 years ago)
- Last Synced: 2024-12-11T04:13:25.641Z (over 1 year ago)
- Topics: webix, webix-demo, webix-jet
- Language: JavaScript
- Size: 4.26 MB
- Stars: 132
- Watchers: 31
- Forks: 63
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of Webix MVC Admin App
===============================
Live demo
----------
- Material skin - http://webix.com/demos/admin-app/
Older versions
----------
Demo in this repo uses latest Webix (6.0+) and Webix Jet 2.x, if you want to check older version, check
- Flat skin, Jet 0.x - https://github.com/webix-hub/webix-adminapp-demo/tree/jet0
- Material skin, Jet 0.x - https://github.com/webix-hub/webix-adminapp-demo/tree/material-jet0
- Flat skin, Jet 1.x - https://github.com/webix-hub/webix-adminapp-demo/tree/jet1
- Material skin, Jet 1.x - https://github.com/webix-hub/webix-adminapp-demo/tree/material-jet1
Technical details
------------------
### Run
- clone repo from git
- run `npm install`
- run `npm start`
- open `http://localhost:8080` in a browser
### Deploy
- run `npm run build`
- copy "index.html", "data" and "codebase" folders to the server
### Other commands
- `npm run lint` - will validate all js code in the project
License
---------
All code in this repo is available under the MIT License