打包

打包为开发版

$ npm run dev

将使用根目录下 .env.dev 环境文件

打包为测试版

$ npm run test

将使用根目录下 .env.test 环境文件

打包为生产版

$ npm run prod

将使用根目录下 .env.prod 环境文件