Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.5 KB

index.md

File metadata and controls

39 lines (37 loc) · 1.5 KB
layout hero features
home
name text tagline actions
create-neat
🚀🚀🚀 Developed a front-end scaffold based on PNPM and Turborepo, aimed at quickly creating various types of projects for users.
theme text link
brand
开始
/guide/what-is-create-neat
theme text link
alt
Github
title details
📦
零配置,开箱即用;
title details
🚀
使用 axios + npm 的方式构建你的项目基础模板,初始化速度要比 create-react-app 快;
title details
💯
代码风格统一,项目统一配置 Eslint、Prettier、Husky;
title details
🥂
使用 Rollup 打包你的 Typescript 库,支持 UMD、CJS、ESM 输出格式,并生成全局 .d.ts 文件;
title details
🍻
支持用户自定义 Rollup 配置扩展原有的配置,为项目添加特有的功能;
title details
🥂
使用 Webpack 打包你的 Web 应用程序,实现多环境打包部署,代码分割优化,配合官方分析工具,实时优化代码;
title details
🍻
支持用户自定义 Webpack 配置扩展原有的配置,为项目添加特有的功能;
title details
🎯
支用户自定义 Babel 配置,让你的程序更健壮;
title details
📕
友好的日志输出,让你快速定位问题所在以及增加开发体验;