dva创建项目(通过umi) 1.安装dva-cli@next $ npm install dva-cli@next g 2.创建自己的项目 $ dva new myapp 3.进入项目并启动 $ cd myapp $npm start