文件名称:template-app-angular:Angular TDD项目模板
文件大小:241KB
文件格式:ZIP
更新时间:2024-03-06 01:47:44
HTML
TemplateAppAngular 创建Angular + git-commit-msg-linter + ng-lint-staged + Husky + Jest + Cypress + Coveralls + TravisCI项目模板的步骤 特征 VSCode IDE和 , ,, 脚步: 1.创建新的Angular项目 $ ng n template-app-angular --routing=false --style=css --skip-git --verbose=true --prefix=template-app-angular 2.禁用共享匿名使用 $ cd ./template-app-angular $ ng analytics project off | echo N 3.删除标准自述文件 $ rm ./README.md 4.设置Vi
【文件预览】:
template-app-angular-main
----.travis.yml(281B)
----tsconfig.app.json(190B)
----.lintstagedrc(120B)
----package.json(6KB)
----tslint.json(3KB)
----cypress()
--------plugins()
--------support()
--------tsconfig.json(156B)
--------integration()
--------fixtures()
----.prettierrc(324B)
----.prettierignore(80B)
----license(34KB)
----jest.config.js(454B)
----tsconfig.spec.json(274B)
----angular.json(3KB)
----package-lock.json(867KB)
----jest-integration-config.js(103B)
----src()
--------assets()
--------index.html(366B)
--------app()
--------main.ts(494B)
--------styles.css(80B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
----tsconfig.json(450B)
----.gitignore(1KB)
----jest-unit-config.js(103B)
----.browserslistrc(853B)
----CHANGELOG.md(113B)
----setup-jest.ts(30B)
----cypress.json(84B)
----.npmrc(41B)
----README.md(35KB)
----.huskyrc.json(288B)
----.editorconfig(274B)
----.gitattributes(201B)
----.vscode()
--------jest.code-snippets(220B)
--------settings.json(891B)