# sms_ui **Repository Path**: aquaeyes/sms-ui ## Basic Information - **Project Name**: sms_ui - **Description**: No description available - **Primary Language**: HTML - **License**: MulanPubL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # safe_system > A Vue.js project ## Build Setup ``` bash # install dependencies # 使用npm安装插件包 npm install # 使用cnpm安装插件包 # npm默认使用官方源进行包的安装和更新,但有时官方源可能存在访问速度慢或不稳定的问题。可以尝试切换到cnpm(https://github.com/cnpm/cnpm)。 npm install -g cnpm --registry=https://registry.npmmirror.com cnpm install # serve with hot reload at localhost:8070 # 1、本地运行打开 /config/index.js文件 # 2、servers参数里面添加对应后台服务地址 # 3、target选择对应的servers里面的值 npm run dev # build for production with minification # 打包后会在根目录下生成dist_pc文件夹,发送给后端服务人员部署 npm run build # build for production and view the bundle analyzer report npm run build --report ```