1.1.4 • Published 7 years ago

generator-shareui-component v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

react组件脚手架

安装

npm install -g generator-shareui-component

使用

mkdir my-component
cd my-component
yo shareui-component -p [新端口]

输入组件名称以及描述,等待安装依赖后会自动npm start启动项目,默认端口3000,也可以通过在后面添加-p [xxxx]指定端口, 如果端口已经被占用,请手动在根目录下运行npm start

编译

npm run build

会编译到当前根目录下的dist文件夹

发布到私有npm库

TODO

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago