xiaoyanzhuzzh / topichub-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topic Hub - Angular

Start

yarn start

Build

yarn build

Build output

yarn build
yarn run v1.22.0
$ ng build
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.

chunk {runtime} runtime-es2015.js, runtime-es2015.js.map (runtime) 6.16 kB [entry] [rendered]
chunk {runtime} runtime-es5.js, runtime-es5.js.map (runtime) 6.16 kB [entry] [rendered]
chunk {polyfills} polyfills-es2015.js, polyfills-es2015.js.map (polyfills) 275 kB [initial] [rendered]
chunk {main} main-es2015.js, main-es2015.js.map (main) 54 kB [initial] [rendered]
chunk {main} main-es5.js, main-es5.js.map (main) 59 kB [initial] [rendered]
chunk {styles} styles-es2015.js, styles-es2015.js.map (styles) 6.25 MB [initial] [rendered]
chunk {styles} styles-es5.js, styles-es5.js.map (styles) 6.25 MB [initial] [rendered]
chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 705 kB [initial] [rendered]
chunk {vendor} vendor-es2015.js, vendor-es2015.js.map (vendor) 3.89 MB [initial] [rendered]
chunk {vendor} vendor-es5.js, vendor-es5.js.map (vendor) 4.18 MB [initial] [rendered]
Date: 2020-02-29T08:17:13.022Z - Hash: 7f6848066c4f3a9ada52 - Time: 20262ms

Done in 22.20s.

Lines of code

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
HTML                             6              6              9            319
TypeScript                      15             44             71            183
CSS                              1              3              0              4
-------------------------------------------------------------------------------
SUM:                            22             53             80            506
-------------------------------------------------------------------------------

About


Languages

Language:HTML 53.3%Language:TypeScript 37.8%Language:JavaScript 8.5%Language:CSS 0.4%