Angular 6电子商务应用程序POC
Angular 6 的电子商务应用程序 POC 还挺适合做一些小型电商项目的实验。你可以通过npm start
启动 Angular 应用,再通过npm run start:server
启动 Node 服务器。这样,你就能在本地跑起来一个完整的电子商务应用,挺方便的。它还支持 GitHub CI/CD 和 Heroku,适合做持续集成和交付的流程。如果你是想尝试 Angular 和 Node 的结合,或者是想了解如何在 GitHub 上管理项目,那这个项目的源码就不错。至于模拟数据部分,基本也能满足基本的电商需求。如果你有兴趣,可以根据项目的 README 来一步步走,配置好后就能体验了哦。
电子商务:Angular 6电子商务应用程序POC
预估大小:251个文件
.gitignore
535B
dashboard.component.html
952B
navbar.component.html
653B
form.component.html
4KB
timeout-dialog.component.html
574B
home-slider.component.html
821B
header.component.html
1KB
modal-dialog.component.html
672B
login.component.html
598B
cart-details.component.html
1KB
1.01MB
文件大小:
评论区