内容简介:Angular 9 Starter project with Material, Transloco, Jest & Compodocby
Angular 9 + Material + Transloco + Jest + Compodoc
Angular 9 Starter project with Material, Transloco, Jest & Compodoc
by @wlucha
Deploy
Table of Contents
Install / Development
git clone https://github.com/wlucha/angular-starter cd angular-starter # Install dependencies npm install # Start server npm run start # Open in browser: http://localhost:4200
Commands
-
npm run start- start the app -
npm run test- run unit tests -
npm run build- build the project -
npm run build:prod- build the project in production mode -
npm run build:prod:stats- build the project in product mode with stats -
npm run analyse- analyse bundle with webpack-bundle-analyzer -
npm run compodoc- generate compodoc documentation -
npm run changelog- generate changelog
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
机器学习实践指南
麦好 / 机械工业出版社 / 2014-4-1 / 69.00
《机器学习实践指南:案例应用解析》是机器学习及数据分析领域不可多得的一本著作,也是为数不多的既有大量实践应用案例又包含算法理论剖析的著作,作者针对机器学习算法既抽象复杂又涉及多门数学学科的特点,力求理论联系实际,始终以算法应用为主线,由浅入深以全新的角度诠释机器学习。 全书分为准备篇、基础篇、统计分析实战篇和机器学习实战篇。准备篇介绍了机器学习的发展及应用前景以及常用科学计算平台,主要包括统......一起来看看 《机器学习实践指南》 这本书的介绍吧!