0.0.7-release.0 • Published 2 years ago

@gentean/smart-build v0.0.7-release.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

前端工程化客户端

├── babel.config.js     // babel js 语法编译配置相关
├── eslint.config.js    // eslint 代码检查配置相关
├── index.js            // 工具入口
├── package.json        // 包描述,集中依赖外部基础包
├── plugins             // @vue/cli-service 自定义插件目录
│   └── eslint.js
├── prettier.config.js  // 代码美化配置基础包
├── readme.md           // 自述文件
├── vue.config.js       // @vue/cli-service 配置文件
└── yarn.lock           // yarn 包版本锁文件(自动生成)

```gss