echo "Hello World"
echo "输入的路径名称"
echo $1
mkdir ./$1
cd /home/ubuntu/sh/$1
touch index.html
touch style.css
touch main.js
#echo '<!DOCTYPE HTML>' > /home/ubuntu/sh/$1/index.html
#index.html
echo '<!DOCTYPE html>' >> index.html
echo '<html>' >> index.html
echo '<head>' >> index.html
echo '<meta charset="utf-8" />' >> index.html
echo '<title>%ProjectName% React Learn</title>' >> index.html
echo '<link rel="stylesheet" href="style.css" />' >> index.html
echo '<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>'>>index.html
echo '<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>'>>index.html
echo '<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script^>'>>index.html
echo '</head>' >> index.html
echo '<body>' >> index.html
echo '<div id="app"></div>' >> index.html
echo '</body>' >> index.html
echo '<script type="text/babel" src="./main.js"></script>'>> index.html
echo '</html>' >> index.html
#style.css
echo '*{' >> style.css
echo ' margin:0;'>>style.css
echo ' padding:0;' >> style.css
echo '}' >> style.css
#main.js
echo 'class Demo extends React.Component{' >> main.js
echo ' state = {Hello:"Hello React"}' >> main.js
echo ' render(){'>>main.js
echo ' const {Hello} = this.state'>>main.js
echo ' return ('>>main.js
echo ' <div>'>>main.js
echo ' <h1>{Hello}</div>'>>main.js
echo ' </div>'>>main.js
echo ' )'>>main.js
echo ' }'>>main.js
echo '}'>>main.js
echo 'ReactDOM.render(<Demo />,document.getElementById("app"))'>> main.js
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录
createReactHtmlTemplate.zip (2个子文件)
createReactHtmlTemplate.bat 4KB
createHtmlReactTemplate.sh 2KB
共 2 条
- 1
结城明日奈是我老婆
- 粉丝: 3134
- 资源: 12
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0