1.0.2 • Published 6 years ago

steamer-kit-library v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

steamer-kit-library

用于开发 类库 的脚手架

快速启动

npm i -g steamerjs steamer-plugin-kit

// 下载脚手架到全局
steamer kit --add https://github.com/steamerjs/steamer-kit-library.git

// 选择并安装脚手架到项目中
steamer kit
  • 或直接从github clone 下来

开发

npm run start

// 打开链接,查看 demo
localhost:9000

ps:此处在开启开发模式下默认会自动打开浏览器。

代码规范扫描

npm run lint

ps:此处的扫描在开发模式下是默认开启的,不需要手动执行lint。

测试

npm run karma

生产代码生成

// 使用 rollup 编译
npm run dist

文章参考