A
A
Andrei Popov2020-07-16 14:23:19
Preprocessors
Andrei Popov, 2020-07-16 14:23:19

Is it possible to use Vue.js templating syntax as a preprocessor for pug-like layout?

Is it possible to use Vue.js templating syntax as a preprocessor for pug-like layout? Maybe there are some plugins?
That is, at the input we have a layout on the syntax of vue templates, and through the compiler at the output we get the most common layout of html, css.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Anton, 2020-07-16
@andrei500

You can use pre-rendering with nuxt

N
Nikolai Chuprik, 2020-07-16
@choupa

There is nothing easier. You make a template (page) on Vue. You open it in the browser, go into the debugger and copy the finished compiled HTML.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question