Add TS installation notes
This commit is contained in:
parent
b580e241c8
commit
8186818e10
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ $ npm install mithril@next --save
|
||||||
|
|
||||||
The ["Getting started" guide](https://mithril.js.org/#getting-started) is a good place to start learning how to use mithril.
|
The ["Getting started" guide](https://mithril.js.org/#getting-started) is a good place to start learning how to use mithril.
|
||||||
|
|
||||||
|
TypeScript type definitions are available from DefinitelyTyped. They can be installed with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install @types/mithril --save-dev
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Documentation lives on [mithril.js.org](https://mithril.js.org).
|
Documentation lives on [mithril.js.org](https://mithril.js.org).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue