快速上手
第一步: 安装 Dahlia CLI
yarn global add dahlia-clialias tyarn="yarn --registry https://registry.npm.taobao.org"
yarn global add dahlia-cli第二步: 初始化应用
dh new my-app.
├── README.md
├── node_modules
├── package.json
├── public
│ └── index.html
├── src
│ ├── pages
│ ├── routes.ts
│ └── index.tsx
└── tsconfig.json第三步: 启动开发服务器

Last updated
Was this helpful?