sunnysideup/sswebpack_engine_only
Composer 安装命令:
composer require sunnysideup/sswebpack_engine_only
包简介
Webpack engine for Silverstripe without any theme at all. Use this with any theme / module you are building. You can also use it without SilverStripe at all.
关键字:
README 文档
README
This webpack install allows you to compile any project / vendor/package.
It uses symphony encore to make it fly!
Installation
-
Install this to your themes folder as
sswebpack_engine_only(composer should do this automatically) -
Make sure you are on the latest version of node and npm (you could use nvm for this).
-
run
npm installin the root folder of module. -
See the
examples-from-root-of-projectfolder for the files you need to create. -
Expose the dist folder in the public resources folder, using composer, as per usual.
-
Browse to the root folder of this module and use the following commands:
Usage
npm run MY_COMMAND --theme_dir=themes/mytheme`
OR
npm run MY_COMMAND --theme_dir=vendor/myvendor/mypackage/client`
Where MY_COMMAND can be
dev(debug),watch(develop), orbuild(prepare for production).
Good to know
required structure
-
Your theme name can be anything. We use
mythemeas an example name. You can also use this webpack on vendor packages. -
the
main.jsandstyle.scssshow you to include JS and CSS from other parts. -
Add a
themes/mytheme/distfolder for the final output. -
Add a
themes/mytheme/my_node_modules/to include other modules (using a package.json file inside that folder). You can also include node modules inmytheme/srcby adding apackage.jsonfile, i.e. runningnpm init -y && npm installin themytheme/srcfolder.
jQuery
-
jQuery has been aliased so that you can use jQuery anywhere without importing it.
-
jQuery can also be added to the global namespace:
window.jQuery = jquery(untested).
Editor File
- There is an option to also include an editor file so that you can add it to your TinyMCE HTML Editor. Run the watch / build command you will see the configurations available.
including the build files:
Here is how to include the files efficiently:
- add
sunnysideup/webpack_requirements_backend:dev-masterusing composer - check out its documentation on how to add the required files.
统计信息
- 总下载量: 3.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 41
- 推荐数: 1
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-08-28