1.0.4 • Published 4 years ago

gio-rewire v1.0.4

Weekly downloads
89
License
ISC
Repository
-
Last release
4 years ago

Command

  • 正常编译
gio-rewired lib compile
  • watch mode 的进行文件的编译
gio-rewired lib compile --watch
  • rough mode 粗暴模式,
--rough
  • output
--es 输出 es 模块
--cjs 输出 commonJs 模块

React Components Lib File Structure Rule

.
+-- src
|   +-- componentA
|       +-- style
|           +-- sub-component.less
|           +-- index.less
|           +-- index.ts // export all the component less file
|       +-- sub-component.tsx
|       +-- index.tsx // export component and sub component
|   +-- stylesheet
|   +-- index.ts // export all your components and types
|   +-- index.less // export all your components style into [package-name].css
+-- .gio-rewire.json

React App File Structure Rule