node.js - Can I run VueJS and NodeJS or related apps on Server that doesn't have NodeJS installed? -


so i'm new vuejs , doesn't know npm, node, , other javascript apps.

i wanted switch vuejs can take away jquery. been using adminlte projects before.

i wanted use vue-admin since seems address of needs. however, have specific work area situations seems hinder learning vue , other js apps, these are:

  1. the workspace folder (development) i'm creating applications hosted in production server (windows server).
  2. i think nodejs isn't installed in server
  3. adobe coldfusion used. don't have local server, production server used when developing.

question:

  1. will production server run app built vue-admin if production server doesn't have nodejs installed? (i have nodejs locally).
  2. i need use coldfusion logic of application, i'm using cfwheels right , vue-admin frontend , ux. possible? application i'm making closely related parts of erp system.
  3. any pointers on how this?

yes can. need nodejs locally make development life bit easier.

you can include vue in project script tag or can use buildtool webpack enable write es6 , use module system.

if go latter still exports plain es5 allowing use on server without problem since of code runs on clients machine, not on server.

as can see requirements project have big bold headline with: 'development'.

https://github.com/vue-bulma/vue-admin#development

you don't need of requirements in production.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -