nicecode-cli 各种框架脚手架合集
npm install @nicecode/cli``js
// 推荐
yarn global add @nicecode/cli
// or
// npm install @nicecode/cli -g
`
`js``
nice create ${项目名称}
| 名称 | 说明 |
| ------------ | -------------------------- |
| nextJs | nextJs + axios + antd |
| React-PC | umiJs + axios + antd |
| wxMini | vant 微信小程序 |
| React-Mobile | umiJs + axios + ant-mobile |
| TaroJs | TaroJs 全家桶 |
| Vue | vue3 + ts |