# sms-project **Repository Path**: zhuochuan/sms-project ## Basic Information - **Project Name**: sms-project - **Description**: 短信发送 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-29 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # start_vue ## Project setup ``` npm install ``` ### 运行测试地址 ``` npm run dev ``` ### 运行正式地址 ``` npm run prod ``` ### 打包测试地址 ``` npm run build:dev ``` ### 打包正式地址 ``` npm run build:pro ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 配置文件 ``` config.js 配置地址和api ``` ### node 版本 ``` 16.16.0 ```