0.0.1 • Published 4 years ago

tttt-core v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@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