Install nprogress.
npm install nprogress --save
Add its CSS
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |
| -- based on http://www.microshell.com/database/mysql/emulating-nextval-function-to-get-sequence-in-mysql/ | |
| -- might be needed | |
| -- SET GLOBAL log_bin_trust_function_creators = 1; | |
| CREATE TABLE `sequence_data` ( | |
| `sequence_name` varchar(100) NOT NULL, | |
| `sequence_increment` int(11) unsigned NOT NULL DEFAULT 1, | |
| `sequence_min_value` int(11) unsigned NOT NULL DEFAULT 1, | |
| `sequence_max_value` bigint(20) unsigned NOT NULL DEFAULT 18446744073709551615, |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |