nice-react
v1.1.1
Published
a react cli toolkit
Downloads
3
Readme
nice-react
a react cli toolkit
安装说明
由于有点坑,全局安装找不到命令
npm i nice-react -g
nice-react init
3.input templateName:react-template
4.input your projectName:xxx
cd xxx && npm i && npm start
6.if you need to combine xxx project to your repo
git init
git remote add origin https://xxxx.git
git add .
git commit -m "init"
git pull origin [branch]
git push -u origin [branch]