-
布局图查看全部
-
安装 某个generator-查看全部
-
git clone url yo react-webpack gallery 用了yo 里的react-webpack查看全部
-
localhost:8000/webpack-dev-server查看全部
-
yeomen了解查看全部
-
scrollWidth:对象的实际内容的宽度,不包边线宽度,会随对象中内容超过可视区后而变大。 clientWidth:对象内容的可视区的宽度,不包滚动条等边线,会随对象显示大小的变化而改变。 offsetWidth:对象整体的实际宽度,包滚动条等边线,会随对象显示大小的变化而改变。查看全部
-
test查看全部
-
sass 改scss查看全部
-
关于generator-react-webpack2.0版,目录结构大变样,已经是只需要webpack就能启动项目,我理了一下其目录。 |____.babelrc ES6配置文件 |____.editorconfig EditorConfig插件配置文件,用于统一编码风格。 |____.eslintrc ESLint配置文件 |____.gitignore 需要git同步时忽略文件夹的配置文件 |____.yo-rc.json 未知 |____cfg 这里存放webpack配置 | |____base.js webpack基础配置 | |____defaults.js webpack一些其他的默认配置 | |____dev.js 测试环境的webpack配置,启动npm run start的时候会使用这份webpack设置。 | |____dist.js 线上环境的webpack配置,启动npm run dist的时候会使用。 | |____test.js 做单元测试的时候使用,npm run test |____dist webpack输出目录 | |____README.md | |____static | | |____favicon.ico | | |____README.md |____karma.conf.js 单元测试配置文件 |____npm-debug.log 日志文件 |____package.json 重要!包结构配置文件,并且存放了启动脚本,npm script |____server.js node服务器,用于本地启动这个项目,正是这个脚本启动了webpack编译。 |____src 源代码目录 |____test 单元测试目录 |____webpack.config.js 重要,webpack配置文件入口查看全部
-
npm ls -g --depth=1 2>/dev/null | grep generator- npm全局安装的列表,深度为1层 错误标准输出重定向到空设备文件 管道符号 在全局安装列表中找geneartor-开头的包查看全部
-
webpack config: (1)webpack.config.js : for developing ,code was rung in the RAM ,not on dist serving the webpack-dev-server, watch changes and recompile(runing code on RAM),task list cheak grammar and transpiling the ES6 and sass .etc for module. (2)webpack.confing.js : for distribution,code was compiled and bulid on dist. some extra tasks in needed from plugins ,just like : Dedupe \ Ugliff and so on .查看全部
-
about the error run the last version react-webpack,and its solution: (1) use the old version: cnpm install -g generator-react-webpack@1.2.11; (2) finish build the all file after yo ,and ctrl-c and cnpm install (3) "grunt serve " Error missing the moudle "file-loader" : cnpm i file-loader查看全部
-
根目录热更新查看全部
-
前端自动化工具:grunt,gulp,webpack查看全部
-
舞台位置排布查看全部
举报
0/150
提交
取消