R
R
Roman Tatarinov2018-04-26 12:52:48
JavaScript
Roman Tatarinov, 2018-04-26 12:52:48

How can babel be used without assemblies?

There is a vue script written with ES6. There was a need to use all this on IE11, which, according to the standard, does not understand vue, vue axios and ES6. There are no assemblies, and I don’t want to hang up. More precisely, there is no possibility. Is it possible somehow to transpile everything using the browser when displaying? That is, to connect something with CDN and everything would work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Leonid Knyazev, 2018-04-26
@romich

Something like this: babel-standalone (In the browser)
But note that:
Oh, and a link to Github

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question