Search Results

Search: Posts Made By: MaxtheCat
Forum: Web Development 03-24-2019
15,260
Posted By Neo
Start a new thread in this forum. Web...
Start a new thread in this forum.

Web Development (https://www.unix.com/web-programming/)

Thanks.
Forum: Web Development 03-23-2019
15,260
Posted By Neo
First you must install Node on your desktop...
First you must install Node on your desktop development computer:

Node.js (https://nodejs.org/en/)

Then you need to install the Vue CLI for Node using the node package manager, npm.

We are...
Forum: Web Development 03-23-2019
15,260
Posted By Neo
That Topsi Project Manager on GitHut looks...
That Topsi Project Manager on GitHut looks promising.

All these apps benefit from strong knowledge and experience in

HTML
CSS
Javascript


Plus you need some server side tech like PHP and...
Forum: Web Development 03-22-2019
15,260
Posted By Neo
All Angular and Vue.js SPA apps should have an ...
All Angular and Vue.js SPA apps should have an index.html file.

Without an index.html file, the web server cannot load the app.

So, then ... post the results of ls -l in the directory of your...
Forum: Web Development 03-22-2019
15,260
Posted By Neo
Yes, and all Angular and Vue.js apps have...
Yes, and all Angular and Vue.js apps have index.html files. so please post it as I requested if you want help.

Thanks.
Forum: Web Development 03-22-2019
15,260
Posted By Neo
No, it is not a mod_rewrite function when your...
No, it is not a mod_rewrite function when your web server cannot find the Angular.js library.

Your app cannot find Angular.js because you have not configured your app properly.

Did you build...
Forum: Web Development 03-21-2019
15,260
Posted By Neo
No. We do not use mod_rewrite for SPA -...
No.

We do not use mod_rewrite for SPA - style web apps.

The routes in an SPA web site is considered a single page, not multiple pages; and the routing is performed internally within the SPA...
Forum: Web Development 03-21-2019
15,260
Posted By Neo
Normally web developers do not use mod_rewrite...
Normally web developers do not use mod_rewrite for routes in SPA web apps built on AngularJS, React or VueJS. They use Javascript libs like express.js or some other routing package for managing SPA...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 01:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy