1.0.5 • Published 6 years ago

create-react-app-dxx v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

create-react-app-dxx

安装及使用

  1. npm install create-react-app-dxx -g
  2. create-react-app-dxx init [projectName]
    完成后即创建了项目文件夹[projectName]

启动项目

  1. cd [projectName] // 进入项目根目录
  2. yarnnpm install // 添加项目依赖
  3. yarn buildnpm build // 打包项目
  4. yarn startnpm start // 启动项目