Skip to content

material templates for iceworks CLI(iceworks CLI 物料模板)

Notifications You must be signed in to change notification settings

umarufans/material-templates

 
 

Repository files navigation

物料模板

使用模板创建物料

$ tnpm i -g iceworks

$ mkdir my-materials && cd my-materials
# init material collection project
$ iceworks init material <templateNpmName>
# init sindle component project
$ iceworks init component <templateNpmName>

模板列表

template-react

  • 特点:React/Fusion/icejs
  • npm 包名:@icedesign/ice-react-material-template
  • 使用场景:通用
  • 代码地址:code

template-react-ts

  • 特点:React/Fusion/icejs/TypeScript
  • npm 包名:@icedesign/ice-react-ts-material-template
  • 使用场景:通用
  • 代码地址:code

template-vue

  • 特点:Vue/ElementUI/Vue CLI
  • npm 包名:@icedesign/ice-vue-material-template
  • 使用场景:通用
  • 代码地址:code

template-rax

  • 特点:Rax/build-scripts
  • npm 包名:@icedesign/template-rax
  • 使用场景:无线多端场景
  • 代码地址:code

template-chart

  • 特点:React/BizCharts/build-scripts
  • npm 包名:@icedesign/material-chart-template
  • 使用场景:图表领域
  • 代码地址:code

template-react-deep

  • 特点:React/Fusion(deep)/ice-scripts/TypeScript
  • npm 包名:@alifd/deep-template
  • 使用场景:企业智能团队
  • 代码地址:code

模板开发

# 支持相对路径
$ iceworks init material ../../react-template

About

material templates for iceworks CLI(iceworks CLI 物料模板)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 71.8%
  • TypeScript 9.3%
  • JavaScript 9.2%
  • Vue 4.4%
  • SCSS 2.7%
  • HTML 2.2%
  • CSS 0.4%