Skip to content

Latest commit

 

History

History
executable file
·
51 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
51 lines (36 loc) · 1.22 KB

steamer-simple

一个基础而无框架的脚手架

NPM Version Deps

快速启动

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

常用命令

// 安装依赖
npm i

// 开发
npm start  npm run dev
// 打开链接
localhost:9000

// 代码规范安装
npm i -g eslint
npm i -g stylelint
// 代码规范扫描
npm lint

// 生产代码生成
npm run dist  npm run pub

脚手架文档

参见文档-项目脚手架

文章参考