Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ npm install art-template --save

## 浏览器

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/art-template/4.9.0/template-web.js"></script>
```

下载:[lib/template-web.js](https://raw.githubusercontent.com/aui/art-template/master/lib/template-web.js)(gzip: 6kb)

**兼容**
Expand All @@ -35,4 +39,4 @@ IE8+(IE8 需要 [es5-shim](https://github.com/es-shims/es5-shim) 才能运行

* Webpack: [art-template-loader](../webpack)
* Express: [express-art-template](../express)
* Koa: [koa-art-template](../koa)
* Koa: [koa-art-template](../koa)