Skip to content

JessicaXie/ReactDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. 打包运行

1. 开发环境运行:
  1). 运行命令: 
    npm start
  2). 背后做了什么
  在内存中打包项目(不会在本地生成打包文件)
  将内存的打包文件通过服务器运行起来
2. 生产环境打包运行
  1). 运行命令
    npm run build
  2). 背后做了什么
    在内存中打包项目
    生成本地打包文件
  3). 运行命令
    npm install serve -g
    serve build

About

ReactDemo项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published