@arco-materials/template-monorepo

Create Arco Material Lerna Project

Usage no npm install needed!

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

README

quick start

Create a Lerna based Monorepo material project with the following command.

npx @arco-materials/template-monorepo@latest --framework=react --targetDir=directory-name

Specify the path of the new project through --targetDir, and specify the framework type (React/Vue) to be used through --framework.