step-by-step-frontend:逐步了解前端

时间:2024-06-12 23:33:15
【文件属性】:

文件名称:step-by-step-frontend:逐步了解前端

文件大小:1021KB

文件格式:ZIP

更新时间:2024-06-12 23:33:15

JavaScript

介绍 创建本教程的目的是介绍一些前端库和框架。 为避免混淆,本教程编写简单,不包括优化。 如果您想了解更多信息,请查看每个教程底部的“相关链接”。 目录 步骤1:初始化节点程序包 初始化节点程序包。 npm init # This command make package.json package.json { " name " : " step-by-step-frontend " , " version " : " 0.0.0 " , " description " : " step by step learning about frontend " , " main " : " index.js " , " author " : " ironhee " , " license " : " MIT "


【文件预览】:
step-by-step-frontend-master
----.gitignore(21B)
----.eslintrc(3KB)
----package.json(709B)
----src()
--------js()
----webpack.config.js(300B)
----gulpfile.js(1KB)
----dist()
--------main.js(1.88MB)
--------index.js(1.88MB)
----LICENSE(1KB)
----public()
--------static(8B)
--------index.html(78B)
----DOC()
--------STEP7.md(1KB)
--------STEP2.md(1KB)
--------STEP8.md(649B)
--------STEP9.md(7KB)
--------STEP4.md(1KB)
--------STEP10.md(9KB)
--------STEP3.md(2KB)
--------STEP6.md(5KB)
--------STEP1.md(989B)
--------STEP5.md(3KB)
--------INTRO.md(1KB)
----README.md(33KB)
----webpack.base.config.js(291B)
----webpack.main.config.js(279B)
----bower.json(216B)

网友评论