V
V
Vyacheslav Sharapov2019-02-12 14:36:57
Building projects
Vyacheslav Sharapov, 2019-02-12 14:36:57

Is it possible to build a vue application so that it works like a regular JS script without node.js?

Hello,
In my development experience there were only various php frameworks and cms systems.
I really liked working with Vue.js (direct embedding in the html template) and decided to rewrite one of my personal projects on it.
Actually, the question arose whether it is possible to compose a project on Vue.js (Vuetify) in such a way that it would work without node.js, and be a set of layouts / templates / styles / js code and other things and did not require a working node .js on the server?
Actually, how I imagine it:
On my local machine, I develop the project as a normal Vue application using a node and everything else.
I am building a project so that the output would be native js code with layout, styles and js code that does not require a node to work.
Something like this)
Or is it not worth bothering, and you just need to take a hosting / vpsk, install a node and live happily and calmly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eternalfire, 2019-02-12
@MrAnger

Vue is not equal to Node and will work in the browser
wrote it yourself

Билдю проект, что бы на выходе получился нативный js код с вёрсткой, стилями и js кодом, который не требует ноды для работы.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question