Skip to content

A React TypeScript template, Contains some commonly used components

Notifications You must be signed in to change notification settings

ihezebin/react-template-ts

Repository files navigation

react-template-ts

React TypeScript 的模板项目,包含了常用的组件、工具、配置等。

快速创建项目

npx pcq -t cra-ts [project-name]

组件介绍

各组件的具体使用见其目录下的 README.md 文件。

CRA 说明

CSS

CRA 的默认配置支持 SASS, 可直接在以 .css 结尾的文件中使用 SCSS 语法。若要使用 .scss 结尾的样式文件,需额外安装:

yarn add sass

CRA 也默认支持 CSS Module,文件名需要以.module.css或.module.scss 等结尾。

About

A React TypeScript template, Contains some commonly used components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published