Skip to content

toolmanlab/lin-frontend-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Lin Frontend CLI

🛠️ A modern enterprise-grade frontend project scaffolding tool

基于真实企业项目经验,整合前端开发最佳实践的脚手架工具

✨ 特性

  • 🚀 现代化技术栈 - React 18, TypeScript, Vite
  • 🏗️ 企业级配置 - 完整的工程化配置
  • 🔧 模块化插件 - 按需添加功能模块
  • 📦 开箱即用 - 零配置启动开发
  • 🎯 最佳实践 - 集成代码规范和性能优化
  • 🌐 多模板支持 - React, Vue, Next.js等

🚀 快速开始

# 安装
npm install -g lin-frontend-cli

# 创建项目
lin create my-app

# 选择模板并开始开发
cd my-app
npm run dev

📋 项目模板

  • React Enterprise - React + TypeScript 企业级模板
  • Vue3 Enterprise - Vue3 + TypeScript 企业级模板
  • Next.js Fullstack - Next.js 全栈应用模板
  • Component Library - 组件库开发模板
  • Micro Frontend - 微前端子应用模板

🔧 功能插件

lin add analytics    # 埋点系统
lin add auth        # 认证模块
lin add i18n        # 国际化
lin add pwa         # PWA支持
lin add monitoring  # 性能监控

📖 文档

🤝 贡献

欢迎提交 Issue 和 Pull Request!

📄 许可证

MIT License

👨‍💻 作者

Created by Lin

About

🛠️ A modern enterprise-grade frontend project scaffolding tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors