Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/jet-start
App used as a start point for the Webix Jet
https://github.com/webix-hub/jet-start
webix webix-jet
Last synced: about 1 month ago
JSON representation
App used as a start point for the Webix Jet
- Host: GitHub
- URL: https://github.com/webix-hub/jet-start
- Owner: webix-hub
- Created: 2017-09-26T15:28:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T19:54:36.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:15:10.393Z (9 months ago)
- Topics: webix, webix-jet
- Language: JavaScript
- Size: 423 KB
- Stars: 16
- Watchers: 7
- Forks: 40
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webix Jet Demo App
===================### How to run
- run ```npm install```
- run ```npm start```
- open ```http://localhost:5173```For more details, check https://www.gitbook.com/book/webix/webix-jet/details
### Other commands
#### Run lint
```
npm run lint
```#### Build production files
```
npm run build
```After that you can copy the "codebase" folder to the production server
### Difference from WebPack version
- .env file added, it stores global constants
- app.js contains section that imports all files from "views" folder and assigns custom view resolver to the app class
- optional, app.js contains custom locale loader### License
MIT