Code Monkey home page Code Monkey logo

Comments (3)

SimulatedGREG avatar SimulatedGREG commented on May 9, 2024

The current setup does not transpile electron.js with babel. There are some plans to have this working together with webpack, but the unfortunate item about that current setup is that there is no Hot Module Replacement for node processes as of yet (at least not reliable yet). But do remember, node v6 does support almost all ES6 features. The one big feature missing is using import / export, which really isn't too much of a trade off in my opinion. You could try using babel-polyfill or babel-register, but the problem here is that it would bloat your build size and you would need to manually transfer dependencies into a final build. But like I said, if you can live with using require, then everything else is nearly there. Here's a table to reference what features are available (ES6 Compatibility table).

from electron-vue.

simonwjackson avatar simonwjackson commented on May 9, 2024

Ok, thats good to know. I can live with require for now. Thanks, for all the good work!

from electron-vue.

SimulatedGREG avatar SimulatedGREG commented on May 9, 2024

No problem. 😊

from electron-vue.

Related Issues (20)

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.