steamer-react

4.0.0 • Public • Published

steamer-react

react 高效快速启动脚手架

NPM Version Deps

快速启动

// 安装 steamerjs,已经内置 steamer-plugin-kit
npm i -g steamerjs
// 下载脚手架到全局
steamer kit --add https://github.com/steamerjs/steamer-react.git
// 基于脚手架初始化项目
steamer kit
  • 直接从github clone 下来

常用命令

// 安装依赖
npm i
 
// 开发
npm start
// 打开链接
localhost:9000
 
// 代码规范扫描
npm lint
 
// 生产代码生成
npm run dist
 

脚手架文档

参见文档-项目脚手架

文章参考

/steamer-react/

    Package Sidebar

    Install

    npm i steamer-react

    Weekly Downloads

    45

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    519 kB

    Total Files

    172

    Last publish

    Collaborators

    • lcxfs1991
    • lukelin