Skip to content

helloyongwei/react-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

说明

这是我的第一个react demo.

若想在gitpage上看到效果. 先在settingGitHub Pages生成网址https://helloyongwei.github.io/react-helloworld/. 因为我们的主页是在react-helloworld/build下. 则要在package.json中设置下.

其次, 将"homepage" : "http://helloyongwei.github.io/react-helloworld/build"添加到package.json. 解释: react-helloworld是库, build是库中的目录

然后, 执行npm run build, 再git push.

最后在浏览器中打开: https://helloyongwei.github.io/react-helloworld/build/index.html.

Releases

No releases published

Packages

No packages published