文件名称:modular-tools:模块化工具
文件大小:12.27MB
文件格式:ZIP
更新时间:2024-06-06 13:03:54
JavaScript
模块化工具 模块化标准样式指南(不完整) 目录 如何使用 git clone https://github.com/Weerapat1993/modular-tools.git cd modular-tools npm install -g 在项目中创建文件 modular make:common [name] # Mobile only modular make:component [name] # Web only modular make:feature [name] modular make:model [name] modular make:scene [name] # Mobile only modular make:page [name] # Web only modular make:util [name] 建立新专案 modular init [name] 模块化配
【文件预览】:
modular-tools-master
----cmd.js(2KB)
----docs()
--------component.md(1KB)
--------redux.md(2KB)
--------error-handling.md(2KB)
--------jsdoc.md(2KB)
--------container.md(2KB)
--------selector.md(1KB)
--------actions.md(1KB)
--------constants.md(1KB)
--------base-style.md(901B)
--------reducer.md(3KB)
--------folder-structure.md(3KB)
----package.json(846B)
----app()
--------config()
--------commands()
--------templates()
--------assets()
--------utils()
----.gitignore(55B)
----README.md(2KB)
----modular.config.json(378B)