hero

Create AutoFE App

Recommended Tooling for AutoFE Development

Get Started →

Less to Learn

You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.

Only One Dependency

Your app only needs one build dependency. We test Create AutoFE App to make sure that all of its underlying pieces work together seamlessly – no complicated version mismatches.

No Need to Eject

Create AutoFE App is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.

# Getting Started

快速创建项目 🎉

npx create-autofe-app my-app

cd my-app
npm start

或者先安装 create-autofe-app

npm install -g create-autofe-app
# OR
yarn global add create-autofe-app

然后创建项目

create-autofe-app my-app

cd my-app
npm start

TIP

好好学习,天天向上。