cra-template-friday-library

`friday-template` 提供快速创建`friday`应用的能力。

Usage no npm install needed!

<script type="module">
  import craTemplateFridayLibrary from 'https://cdn.skypack.dev/cra-template-friday-library';
</script>

README

friday-template

friday-template 提供快速创建friday应用的能力。

⚠️: npx需要npm v5.2.0版本以上

通过自定义的cra模版,快速创建一个friday项目

& npx create-react-app --scripts-version 4.0.0-next.64 [project-name] --template friday-library

& cd [project-name]

& yarn start

由于目前cra4.03版本对tsconfig.json的限制导致新建模版中断,目前暂时使用4.0.0版本