1.1.1 • Published 5 years ago

nice-react v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

nice-react

a react cli toolkit

安装说明

由于有点坑,全局安装找不到命令

1.

npm i nice-react -g

2.

nice-react init

3.input templateName:react-template

4.input your projectName:xxx

5.

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]
1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago