This repository has been archived by the owner on Jun 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.txt
64 lines (38 loc) · 1.84 KB
/
resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
## D3.js Data-Driven-Documents ##
Bibliothek, um im GUI performante und gut anpassbare Graphen zu generieren.
„With minimal overhead, D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation.” – d3js.org
- Link: https://d3js.org/
- License: BSD 3-Clause (privat und kommerziell frei nutzbar) https://github.com/d3/d3/blob/master/LICENSE
## Grunt.js ##
Build-Tool für Automation von Dev zu Production
- Link: http://gruntjs.com/
- License: MIT License
## NPM ##
Package-Manager für Javascript auf Basis von Node
- Link: https://www.npmjs.com/
- License: The Artistic License 2.0
## Grunt uglify ##
Komprimiert und packt Dateien
- Link: https://github.com/gruntjs/grunt-contrib-uglify
- License: MIT
## Grunt watch ##
Führt Grunt-Tasks aus wenn sich vorher konfigurierte Dateien verändern
- Link: https://github.com/gruntjs/grunt-contrib-watch
- License: MIT
## Grunt Less ##
LESS zu CSS compiler
- Link: https://github.com/gruntjs/grunt-contrib-less
- License: MIT
__________________________________________________________________________________________________________________________________________________________
Links:
- Getting Started with Grunt https://gruntjs.com/getting-started
- WebSockets example in JS: https://stackoverflow.com/questions/10200910/creating-a-hello-world-websocket-example#
- D3.js Line Chart example: https://bost.ocks.org/mike/path/
- .gitignore Generator: https://www.gitignore.io
- Material Style Guide: https://material.io/design/
- Material Shadows: https://codepen.io/sdthornton/pen/wBZdXq
- LESS: http://lesscss.org
- Open Sans Font: https://www.fontsquirrel.com/fonts/open-sans
- Ripple-Effect: https://codepen.io/finnhvman/pen/jLXKJw
- Material Icons: https://google.github.io/material-design-icons/
- Material Input: https://codepen.io/sevilayha/pen/IdGKH