feat: 新增直接打开dist/index.html文件访问的功能

新增命令build:file打包项目,可通过直接打开index.html访问
This commit is contained in:
log1997
2024-12-26 18:26:05 +08:00
parent 1b7f01f106
commit 84fd44f41e
6 changed files with 1353 additions and 68 deletions

View File

@@ -136,6 +136,14 @@ or
npm run preview
```
若想直接以打开html文件的方式运行请执行以下命令进行打包。打包完成后在dist目录中直接打开index.html即可。
```bash
pnpm build:file
or
npm run build:file
```
> 项目思路来源于 <https://github.com/moshang-xc/lottery>
## License