Add typescript doc
parent
644fa3e90d
commit
4b7d82ddfd
|
@ -41,8 +41,11 @@ Vue.component('Dialog', Dialog);
|
||||||
<CodeHighlight>
|
<CodeHighlight>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>calendar demo</title>
|
<title>calendar demo</title>
|
||||||
|
<link href="https://unpkg.com/primevue/resources/themes/nova-light/theme.css " rel="stylesheet">
|
||||||
|
<link href="https://unpkg.com/primevue/resources/primevue.min.css " rel="stylesheet">
|
||||||
|
<link href="https://unpkg.com/primeicons/primeicons.css " rel="stylesheet">
|
||||||
<script src="https://unpkg.com/vue"></script>
|
<script src="https://unpkg.com/vue"></script>
|
||||||
<script src="https://unpkg.com/primevue/components/calendar/calendar.umd.js"></script>
|
<script src="https://unpkg.com/primevue/components/calendar/calendar.umd.min.js"></script>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<p-calendar></p-calendar>
|
<p-calendar></p-calendar>
|
||||||
|
@ -111,7 +114,10 @@ primeicons/primeicons.css //icons
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
<h3>Quickstart</h3>
|
<h3>Quickstart</h3>
|
||||||
<p>An example application based on vue-cli is available at <a href="https://github.com/primefaces/primevue-quickstart">github</a>.</p>
|
<p>An <a href="https://github.com/primefaces/primevue-quickstart">example application</a> based on vue-cli is available at github.</p>
|
||||||
|
|
||||||
|
<h3>Typescript</h3>
|
||||||
|
<p>Typescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample <a href="https://github.com/primefaces/primevue-typescript-quickstart">typescript-primevue</a> application is available as well at github.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue