Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 373 Bytes

File metadata and controls

34 lines (27 loc) · 373 Bytes

开发环境

  1. css浏览器前缀添加
  2. 热更新
  3. 静态服务器启动

生产环境

  1. 代码压缩
  2. js、css生成hash名称
  3. css添加前缀
  4. 图片压缩

1.安装依赖

npm install 或 yarn install

2.开发环境启动

npm run dev 或 yarn dev

3.生产环境

npm run build 或 yarn build