# dji **Repository Path**: JingZheGer/dji ## Basic Information - **Project Name**: dji - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-15 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DJI #### 介绍 模拟DJI.store网站 #### 软件架构 基于nodejs,gulp 一套PC端工程化开发环境。 ```javascripts { "name": "project", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "./node_modules/.bin/gulp gulp-dev", "build": "./node_modules/.bin/gulp build" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "gulp": "^3.9.1", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.2.0", "gulp-concat": "^2.6.1", "gulp-connect": "^5.7.0", "gulp-imagemin": "^5.0.3", "gulp-sass": "^4.0.2", "gulp-uglify": "^3.0.2", "http-proxy-middleware": "^0.19.1", "node-sass": "^4.12.0" } } ``` #### 项目结构 * 每一个开发模块都是一个独立的文件夹文件夹结构如下 --| project --| src --|scripts --| index --|index.xxx.js --|index.xxx.js --| login --|login.xxx.js --|login.xxx.js