@arco-materials/template-core
v1.2.10
Published
Create Arco Material Project
Downloads
80
Keywords
Readme
Quick Start
This project contains all material project templates provided by Arco Material Market. You can use the following command to quickly create a material project:
npx @arco-materials/template-core@latest my-material-demo --framework=react --type=component
The first parameter is the name of the NPM package.
Specifies the framework(React/Vue) you want to use via --framework
.
Specifies the type of material item to be created via --type
. Available types include:
component
: single componentblock
: blockpage
: pagelibrary
: component library
For more explanation of material types please refer to this document.