reack-button0
v1.0.1
Published
# 新建项目 $ sudo npm install -g npx $ sudo npm install -g create-react-app $ npx create-react-app rock-reack $ cd rock-reack && npm start
Downloads
4
Readme
windows 下需执行 npm run dist2
npm install -g win-node-env
npm install -g cross-env
新建项目
$ sudo npm install -g npx $ sudo npm install -g create-react-app $ npx create-react-app rock-reack $ cd rock-reack && npm start
新建一个 Button 组件
index.js Button.js
启动
npm start
打包(生成 dist 文件夹)
npm run dist
优化(生成 build 文件夹)
npm run build
发布
npm publish
ENOSPC: System limit for number of file watchers reached
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p