Commit 7aa78810 authored by custom's avatar custom

Updates frontCodeStyle.md

Auto commit by GitBook Editor
parent 204b5a6e
...@@ -4,25 +4,18 @@ ...@@ -4,25 +4,18 @@
按照web目录规范,前端文件存放在如下目录 按照web目录规范,前端文件存放在如下目录
``` ```
webapp webapp
├─lib
│ ├─bootstrap-3.3.7
│ ├─font-awesome-4.6.3
│ └─kendoui
├─resources ├─resources
│ ├─css │ ├─css
│ ├─font
│ ├─images │ ├─images
│ ├─js │ ├─js
│ ├─upload
└─WEB-INF └─WEB-INF
├─web.xml ├─web.xml
└─view └─view
``` ```
资源文件目录 资源文件目录
资源文件按照类型划分为两个目录:**`lib`****`resources`** 资源文件按照类型划分为**`resources`**
- **`lib`**目录存放kendoui的所有文件
- **`resources`**目录存放程序通用的资源文件 - **`resources`**目录存放程序通用的资源文件
功能文件目录 功能文件目录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment