D
D
DanilaBodrov2018-05-08 21:31:51
Layout
DanilaBodrov, 2018-05-08 21:31:51

How to make websites for WordPress?

Now I'm coding with html/css/jquery/js. Is it possible to connect some kind of frameworks like vue, etc.?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Shvets, 2018-05-08
@Xuxicheta

Connect to what? WordPress gives the page, and what will be on the page is up to you. Vue makes it easy to use it without webpack, just in case.
I generally did the opposite, generated statics using Vue SSR (Nuxt), and used WordPress only as a backend through the Wordpress REST API.
The downside is that static files are created for the first download and they must be re-created if the content has changed.

M
Max Medar, 2018-05-08
@MedVedar

In general, it is interesting that you can tie to WordPress.

Everything.

S
Stalker_RED, 2018-05-08
@Stalker_RED

Maybe.
The result will be html/css/jquery/js/vue or html/css/js/vue if jQuery can be replaced.
Although it's hard for me to imagine the benefits of screwing vue to WordPress.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question