0.0.5 • Published 2 years ago

reack-spinner v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

install all modules

$ npm install

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

新建一个 Spinner 组件

index.js Spinner.js

启动

npm start

打包(生成 dist 文件夹)

$ npm install && npm run dist

发布 npmjs.org (发布前自增 package.json 里的版本号)

npm publish

撤销发布

$ npm unpublish test@1.1.0

发布到 npm 私服 (发布前自增 package.json 里的版本号)

....

项目引用

import { Spinner } from 'reack-spinner';

使用

Spinner

启动本地服务

$ npm run start

本地构建(生成 build 文件夹)

$ npm run build

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

查看最新版本

npm info reack-spinner version

淘宝 npmjs 代理

$ npm install -g cnpm --registry=https://registry.npm.taobao.org

Analyzing the Bundle Size

npm install --save source-map-explorer yarn add source-map-explorer

npm run build npm run analyze

一个基于React的Web工具组件库

https://blueprintjs.com/docs/

React Examples

https://reactjsexample.com/