### 相关命令 1. 安装依赖 ``` npm install ``` 2. 启动项目 ``` npm run dev ``` 3. 打包项目 ``` npm run build:prod #使用生产环境配置进行打包 ```