# dfish-widget **Repository Path**: rjdevc/dfish-widget ## Basic Information - **Project Name**: dfish-widget - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-13 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dfish-widget ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### vue setup ``` 1. 安装nodejs 2. npm -i npm -g 3. npm install -g @vue/cli 4. win10专用步骤,HBilderX命令窗口输入: 4.1 Set-ExecutionPolicy -Scope CurrentUser 4.2 RemoteSigned 5. gitee 克隆 https://gitee.com/chenmingyuan/dfish-widget 6. npm install 7. 如遇到命令不能执行或失败,重启HBilderX ```