teof-common
v1.1.0
Published
一个自用的基于webpack封装的脚手架。 [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## 约定 1. dist/ 构建产出文件夹 2. .cache 本地缓存文件 3. src 源代码文件 4. .babe
Downloads
1
Readme
teof-common
约定
- dist/ 构建产出文件夹
- .cache 本地缓存文件
- src 源代码文件
- .babelrc babel配置文件
- postcss.js postcss配置文件
- webpack/ webpack配置文件夹
功能展望
- 本地开发
- teof-common dev # 本地开发 -p 端口号
- 构建产品代码
- teof-common build # 打包部署
- 初始化项目
- teof-common init
- 生成项目结构
- 生成eslint, .editorconfig 等文件
- 检查项目代码
- teof-common lint:js
- teof-common lint:css
- teof-common lint
已完成功能
- teof-common dev # can't config
- teof-common build