# 日历插件 **Repository Path**: maxzCode/calendar-mobile ## Basic Information - **Project Name**: 日历插件 - **Description**: vue日历插件-移动端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-23 - **Last Updated**: 2022-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 移动端日历插件 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### nodejs v17及以上版本直接直接启动 ``` 以下版本需要删除 package.json scripts "dev": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve" 里面 NODE_OPTIONS=--openssl-legacy-provider && 这断命令 ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).