Code Monkey home page Code Monkey logo

jet-start's Introduction

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

jet-start's People

Contributors

helgalistopad avatar mkozhukh avatar zwillinge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jet-start's Issues

npm install fails with node 10.7.0 and npm 6.1.0

$ npm install
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 961 packages from 654 contributors and audited 9208 packages in 27.653s
found 5 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
$ node -v
v10.7.0
$ npm -v
6.1.0

webix.d.ts is not found

Hello Webix team!

I've encountered that typescript branch code is broken, in some way.

The first mistake is in the tsconfig.json file:
A file specified in tsconfig.json could not be found: D:\projects\***\node_modules\webix\webix.d.ts
webix.d.ts lies in webix\types subdirectory.

If I fix this mistake, I can run this application but I have got the next message:

ERROR in D:\projects\***\sources\myapp.ts
./sources/myapp.ts
[tsl] ERROR in D:\projects\***\sources\myapp.ts(24,8)
      TS2339: Property 'ready' does not exist on type 'typeof webix'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.