README
@acitivity/core
推啊公共库
Usage
/**
* 创建新的开发包
*/
yarn run create myPackage
/**
* 开发某个仓库, 使用webpack构建,
* 使用test/myPackage/index.html 作为 模板(如果没有就用 test/public 作为html模板)
* 使用test/myPackage/index.js 作为入口文件。
* import xxx from '@lib/myPackage' 其中 @lib 是 src 的别名。
*/
lib=myPackage yarn serve
/**
* 使用rollup构建
*/
yarn build