@arco-materials/template-core

Create Arco Material Project

Usage no npm install needed!

<script type="module">
  import arcoMaterialsTemplateCore from 'https://cdn.skypack.dev/@arco-materials/template-core';
</script>

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 component
  • block: block
  • page: page
  • library: component library

For more explanation of material types please refer to this document.