内容简介:Angular 9 Starter with Material, Transloco, Jest & Compodocby
Angular 9 + Material + Transloco + Jest + Compodoc + Docker
Angular 9 Starter with Material, Transloco, Jest & Compodoc
by @wlucha
Features
Deploy
Demo
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
Docker Deployment
# Build Docker image docker build . -t angular-starter # Run Docker Container docker run -p 3000:80 angular-starter
Docker Hub
https://hub.docker.com/r/wlucha/angular-starter
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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java数据结构和算法
拉佛 / 计晓云 / 中国电力出版社 / 2004-02-01 / 55.00元
《Java数据结构和算法》(第2版)以一种易懂的方式教授如何安排和操纵数据的问题,其中不乏一些难题:了解这些知识以期使计算机的应用获得最好的表现。不管使用何种语言或平台,掌握了数据结构和算法将改进程序的质量和性能。 《Java数据结构和算法》(第2版)提供了一套独创的可视讨论专题用以阐明主要的论题:它使用Java语言说明重要的概念,而避免了C/C++语言的复杂性,以便集中精力论述数据结构和算法。经......一起来看看 《Java数据结构和算法》 这本书的介绍吧!