tttt-core
v0.0.1
Published
<!-- * @Author: flyharvest * @Date: 2020-07-08 17:22:20 * @LastEditTime: 2020-07-14 15:08:30 * @LastEditors: flyharvest --> # @acitivity/core 推啊公共库
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
