1.1.0 • Published 5 years ago

teof-common v1.1.0

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

teof-common

一个自用的基于webpack封装的脚手架。 semantic-release

约定

  1. dist/ 构建产出文件夹
  2. .cache 本地缓存文件
  3. src 源代码文件
  4. .babelrc babel配置文件
  5. postcss.js postcss配置文件
  6. webpack/ webpack配置文件夹

功能展望

  1. 本地开发
  • teof-common dev # 本地开发 -p 端口号
  1. 构建产品代码
  • teof-common build # 打包部署
  1. 初始化项目
  • teof-common init
  • 生成项目结构
  • 生成eslint, .editorconfig 等文件
  1. 检查项目代码
  • teof-common lint:js
  • teof-common lint:css
  • teof-common lint

已完成功能

  1. teof-common dev # can't config
  2. teof-common build