In the root of your project, add .gitlab-ci.yml with the configuration below.
image: node:latest
stages:Below is the list of modern JS frameworks and almost frameworks – React, Vue, Angular, Ember and others.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js
| 'use strict'; | |
| /** | |
| * Javascript version of https://gist.github.com/jbroadway/2836900 | |
| * | |
| * Slimdown - A very basic regex-based Markdown parser. Supports the | |
| * following elements (and can be extended via Slimdown::add_rule()): | |
| * | |
| * - Headers | |
| * - Links |
When hosting our web applications, we often have one public IP
address (i.e., an IP address visible to the outside world)
using which we want to host multiple web apps. For example, one
may wants to host three different web apps respectively for
example1.com, example2.com, and example1.com/images on
the same machine using a single IP address.
How can we do that? Well, the good news is Internet browsers
| for (var i = 0; i < 1024 * 1024; i++) { | |
| process.nextTick(function () { Math.sqrt(i) } ) | |
| } |