angular-css-modules:实现CSS模块的Angular项目

时间:2021-04-28 01:11:07
【文件属性】:
文件名称:angular-css-modules:实现CSS模块的Angular项目
文件大小:192KB
文件格式:ZIP
更新时间:2021-04-28 01:11:07
JavaScript 角+ CssModules 创建该项目的目的是演示如何在Angular应用程序中使用CSS模块。 现场演示 观看现场演示: : 文章 如果您想逐步了解如何在Angular应用程序中使用CSS模块 我建议您阅读我的文章: : 开发服务器 使用CSS模块运行项目: npm run start:app 运行不带CSS模块的项目: npm run start:app:plain 导航到http://localhost:4200/ 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用--prod标志进行生产构建。
【文件预览】:
angular-css-modules-master
----tsconfig.spec.json(270B)
----extra-webpack.config.js(2KB)
----src()
--------main.ts(373B)
--------index.html(558B)
--------styles.scss.json(2B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(5KB)
--------styles.scss(2KB)
--------assets()
--------test.ts(642B)
--------app()
----scripts()
--------common-functions.js(424B)
--------loaders()
----angular.json(6KB)
----tsconfig.json(543B)
----posthtml.config.js(223B)
----tslint.json(2KB)
----README.md(714B)
----tsconfig.app.json(270B)
----browserslist(429B)
----.editorconfig(246B)
----.gitignore(639B)
----server()
--------server.js(621B)
----karma.conf.js(1KB)
----extra-webpack-plain.config.js(977B)
----package-lock.json(604KB)
----e2e()
--------src()
--------tsconfig.json(214B)
--------protractor.conf.js(810B)
----package.json(2KB)

网友评论