# 易占卜 **Repository Path**: grftHanwenhaoRf/easy-divination ## Basic Information - **Project Name**: 易占卜 - **Description**: 简单的易经64卦占卜凶吉 - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2020-11-03 - **Last Updated**: 2023-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 易测 ## 介绍 1. 易经64卦占卜凶吉 2. 星座运势测评 ## 大致结构 1. 主体用vue编写 2. module中定义爻的类结构 3. http里简化了vue-resource中的调用 4. 编译后关联同级项目laravel中public 5. 交给laravel去渲染 ## 安装教程 ``` npm install ``` ### 运行开发环境 ``` npm run serve ``` ### 编译 ``` npm run build ``` ### 补充设置 1. 创建脚本 ```sh #!/usr/bin/env bash cp -rp dist/index.html dist/index.blade.php ``` 2. 运行脚本以匹配Laravel中的blade ./build.sh