Setting up virtual server for use with vue.js

2 posts / 0 new
Last post
#1 Mon, 10/21/2019 - 13:35
ben_tvpp

Setting up virtual server for use with vue.js

Hi, we have a third party developing a website using vue.js (https://vuejs.org/) which is a bit like react and Laravel (https://laravel.com/), which is a PHP framework.

My question is a fairly high-level one. how do we set up a Virtual Server for this?

So far I have set up a standard virtual server with a MySQL database and use the node.js install script and do everything else in CLI (i.e. use npm to install official vue.js).

So have I missed anything?

Regards, Ben

Mon, 10/21/2019 - 14:15
Dibs

Installing any framework shouldn't require any special steps - create the Virtual server, along with any DB's that the framework might require and run the install script for the framework from a CLI.

You can always do it, test it with some noddy development and tear it down & start over if need be - before real development starts.

Topic locked