文件名称:spoterial:用 Angular 制作的 Spotify Material Design
文件大小:341KB
文件格式:ZIP
更新时间:2024-06-18 14:25:19
spotify angular material TypeScript
神奇的! 用 Angular 制作的 Spotify Material Design 我不拥有任何Spotify商标权,我只是用棱角分明的材料重新制作了设计并对其进行了一些更改。 该项目是使用 10.0.0 版生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name来生成一个新的组件。 你也可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用--prod标志进行生产构建。
【文件预览】:
spoterial-master
----tsconfig.spec.json(338B)
----.browserslistrc(648B)
----src()
--------main.ts(372B)
--------index.html(512B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(3KB)
--------theme.scss(420B)
--------styles.scss(251B)
--------assets()
--------test.ts(753B)
--------app()
----angular.json(4KB)
----tsconfig.base.json(458B)
----tsconfig.json(475B)
----tslint.json(3KB)
----README.md(838B)
----tsconfig.app.json(292B)
----.editorconfig(274B)
----.gitignore(631B)
----karma.conf.js(1022B)
----package-lock.json(510KB)
----e2e()
--------src()
--------tsconfig.json(299B)
--------protractor.conf.js(869B)
----package.json(1KB)