# jquery-photo **Repository Path**: ghostgithub/jquery-photo ## Basic Information - **Project Name**: jquery-photo - **Description**: jquery 实现简单照片墙功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquery-photo ## 项目介绍 jquery 实现简单照片墙功能 ## 软件架构 JQuery ## 说明 ### SCSS 全局安装`node-sass`文件 ```bash $ npm install node-sass -g ``` SCSS文件的转换命令 ```bash $ node-sass -o <编译后的文件夹名 css文件夹> ## 具体命令如下: $ node-sass ./scss/pages.scss -o css ```