# clock **Repository Path**: orange-meng/clock ## Basic Information - **Project Name**: clock - **Description**: 翻页时钟 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-14 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # clock ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### utools 打包后,在dist文件下面添加logo.png图片,然后在把index.html里面的路径都加上**./** ##### index.html样式内容,修改路径 ```HTML clock
``` ##### 增加plugin.json文件输入内容 ```json { "development":{ "main":"http://192.168.60.152:8080/" }, "logo": "logo.png", "features": [ { "code": "clock", "explain": "翻页时钟", "cmds":["翻页", "时钟"] } ] } ``` > "development":{ > "main":"http://192.168.60.152:8080/" > }//可以修改为"main":"index.html" > > 这个是开发模式下的,后面把plugin.json在utools开发者工具运行时,可以根据项目的修改改变样式。但是地址要对 > > 打包好的index.html可以直接放在“main"里面,这样的样式就固定了