Skip to content

Commit

Permalink
AdminLTE 3.0.1 字典文件更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyouworld committed May 12, 2020
1 parent de8b326 commit 07480aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 5 additions & 5 deletions AdminLTE-3.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ git clone https://github.com/ColorlibHQ/AdminLTE.git
- 进行更改
- 创建拉取请求

#### Compile dist files
To compile the dist files you need nodejs/npm, clone/download the repo then:
#### 编译 dist 文件
要编译 dist 文件,你需要 nodejs/npm,克隆/下载仓库,然后:

1. `npm install` (install npm deps)
2. _Optional:_ `npm dev` (developer mode, autocompile with browsersync support for live demo)
3. `npm run production` (compile css/js files)
1. `npm install` (安装 npm
2. _可选:_ `npm dev` (开发人员模式,支持实时演示、自动编译、浏览器同步)
3. `npm run production` (编译 css/js 文件)

#### 贡献要求:
- 当您提交时,您同意授予 AdminLTE.io 非独占许可,以便在我们(AdminLTE.io)在认为适当的时候使用该贡献。
Expand Down
12 changes: 11 additions & 1 deletion AdminLTE-3.x/docs_md_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1183,4 +1183,14 @@ https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700
relative_url}}
absolute_url}}
You better believe it!
是的,确实如此!
是的,确实如此!
#### Compile dist files
#### 编译 dist 文件
To compile the dist files you need nodejs/npm, clone/download the repo then:
要编译 dist 文件,你需要 nodejs/npm,克隆/下载仓库,然后:
1. `npm install` (install npm deps)
1. `npm install` (安装 npm)
2. _Optional:_ `npm dev` (developer mode, autocompile with browsersync support for live demo)
2. _可选:_ `npm dev` (开发人员模式,支持实时演示、自动编译、浏览器同步)
3. `npm run production` (compile css/js files)
3. `npm run production` (编译 css/js 文件)

0 comments on commit 07480aa

Please sign in to comment.