Installing a Vue.js Desktop App Using Node.js and Electron


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Installing a Vue.js Desktop App Using Node.js and Electron
# 1  
Old 03-24-2019
Installing a Vue.js Desktop App Using Node.js and Electron

Hi, I have both VUE CLI and Node.js installed and I want to install this task board. Although I don't expect this to go fast, I'm hoping someone can help me get the task board setup and installed on my server ?
# 2  
Old 03-24-2019
OK. Great.

First, please let us know:

The desktop development environment you are using (MacOS, Windows, Linux, etc.) and version or OS release number.

And then, from the command line on that computer (above, which you will inform us as to the make and version), type:

Code:
$ npm -v

and also,

Code:
$ node -v

and post back the results (in code tags like I did above).

Thanks.
# 3  
Old 03-24-2019
The results for the version number for npm is;
Code:
6.4.1

The results for the node version is;
Code:
10.15.1

# 4  
Old 03-24-2019
You did not answer all my questions.

It is very important to answer all our questions because we are all busy people and it's not a good use of your time or my time to ask questions and not get them answered and then to need to ask them again.

PS: I'm generally confused as to why people do not reply to the questions we ask when we are trying to help them. Especially the easy ones like "what computer, OS and version" are you using?

What is so hard about answering those questions?
# 5  
Old 03-24-2019
OBTW, I just built this app.

It's not a web app, or at least when I built it just now, the npm build process creates an executable and did not create any HTML files for the web.

Curious, I looked around the build directory and found a MacOS executable:

Code:
-rw-r--r--  1 Tim  staff  49167350 Mar 24 22:59 Topsi-0.0.0-mac.zip
-rw-r--r--@ 1 Tim  staff  51230750 Mar 24 22:58 Topsi-0.0.0.dmg

Since I am using MacOS, the build process created an executable MacOS file, which I just opened and it worked fine.

There may be some yarn or npm switch to build a web app, but I did not look any further since I don't need a desktop app like this one.

It is really straight forward and easy to build.

Now, I understand.....

This package uses vue-electron, a lib for turning vue.js apps into desktop apps. Seem to work OK !

See, for example:

Code:
https://www.electron.build/

Or just Google Vue and electron and you will see for yourself.

Anyway, this app is not a web app, it's a desktop app built with electron, vue.js, etc.

Cheers
Installing a Vue.js Desktop App Using Node.js and Electron-screen-shot-2019-03-24-110629-pmpng
# 6  
Old 03-24-2019
I'm using Windows10; the OS is Windows Smilie.
# 7  
Old 03-25-2019
Great.

I changed the title of this discussion to:

Installing a Vue.js Desktop App Using Node.js and Electron

... since the app MaxtheCat wanted to install (in his original post) was actually a desktop app and not a web app

Cheers.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Web Development

Vue JS 2 Tutorial by The Net Ninja: A Recommended Vue.js Video Tutorial Series

A number of people have asked me how to get started with Vue.js and my reply before today was to Google "Vue.js". That has changed and my recommendation to anyone who wants to learn the fastest growing, easiest to learn and use Vue.js web dev framework is to watch this video tutorial series: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. Web Development

Simple Vue.js Component to Redirect to External Web Page Using Vue Router

Vue Router has some quirks and on of the quirks is that it is not reliable when adding external links using the vue-router library. After struggling with many solutions, I have found that creating a simple Vue.js component like this one seems to work the best (so far): Component Example: ... (0 Replies)
Discussion started by: Neo
0 Replies

3. Red Hat

Unable to get a Xterm or X app to appear under a Linux Gnome Desktop

I want to have a xterm or xapplication from a Solaris client to appear on my RHEL Server running GNOME desktop. It may sound easy at first but, I have done the basics and I be stuck. Have Tried: Linux - logged in as root, open a Terminal and did a echo $DISPLAY and it reports back :0.0 I... (7 Replies)
Discussion started by: mrmurdock
7 Replies

4. Ubuntu

Installing latest Ubuntu on my desktop

I wish to install the latest ubuntu on my desktop. How do I go about doing this ? Also how do I create the superuser or admin once the installation is done ? (3 Replies)
Discussion started by: sundaresh
3 Replies

5. UNIX for Dummies Questions & Answers

Kde Desktop Effect won't work after installing OpenBox

I recently installed OpenBox to work with KDE in replacing the Kwin Session manager. A lot of things did seem to use less processing and memory, but it seems I've lost my KDE Desktop Effects. I managed to track down this in /home/user/.xsession-errors after trying to re-enable them: ... (0 Replies)
Discussion started by: Azrael
0 Replies

6. Red Hat

Installing cairo-dock or any other desktop customization software

Dear all, I want to install cairo-dock or any other substitute desktop customization software in my RedHat Linux 5.3 machine. I think cairo-dock is for fedora linux,i need RedHat compatible. Can any one provide me with the appropriate link and installation steps for the same. ... (0 Replies)
Discussion started by: monojcool
0 Replies
Login or Register to Ask a Question