# boss_web **Repository Path**: osby/boss_web ## Basic Information - **Project Name**: boss_web - **Description**: zfeng项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # export NODE_OPTIONS=--openssl-legacy-provider # my-project node `16.20.2` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 表单弹出框模板 ```vue {{ type === 'add' ? '添加' : '修改' }}设备型号 ```