Skip to content

sonw7/threetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threetest

开始

执行命令:

npx create-react-app react-basic

1.npx Node.js工具命令,查找并执行后续的包命令 2.create-react-app 核心包(固定写法),用于创建React项目 3.react-basic React项目的名称(可以自定义)

npm

npm install tabler-icons-react

yarn

yarn add tabler-icons-react 安装该软件包后,您可以将Tabler Icons导入为React组件,如下所示: import { Activity } from 'tabler-icons-react' ; 例子 import React from 'react' ; import { Activity } from 'tabler-icons-react' ;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published