1. 开发环境运行:
1). 运行命令:
npm start
2). 背后做了什么
在内存中打包项目(不会在本地生成打包文件)
将内存的打包文件通过服务器运行起来
2. 生产环境打包运行
1). 运行命令
npm run build
2). 背后做了什么
在内存中打包项目
生成本地打包文件
3). 运行命令
npm install serve -g
serve build
-
Notifications
You must be signed in to change notification settings - Fork 0
JessicaXie/ReactDemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ReactDemo项目
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published