Support page
parent
94d87841b4
commit
7a76a847ff
|
@ -16,6 +16,11 @@ export default new Router({
|
||||||
name: 'setup',
|
name: 'setup',
|
||||||
component: () => import('./views/setup/Setup.vue')
|
component: () => import('./views/setup/Setup.vue')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/support',
|
||||||
|
name: 'support',
|
||||||
|
component: () => import('./views/support/Support.vue')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/accordion',
|
path: '/accordion',
|
||||||
name: 'accordion',
|
name: 'accordion',
|
||||||
|
|
|
@ -0,0 +1,65 @@
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<div class="content-section introduction">
|
||||||
|
<div class="feature-intro">
|
||||||
|
<h1>Support</h1>
|
||||||
|
<span>Professional support for the open source innovation</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section support documentation">
|
||||||
|
<div class="support-image">
|
||||||
|
<div class="p-grid">
|
||||||
|
<div class="p-col-12 p-md-6">
|
||||||
|
<h3>PrimeVue PRO Support</h3>
|
||||||
|
<p>With PrimeVue PRO, it's easy to support, tune and add features to PrimeVue as if it were an in-house framework.</p>
|
||||||
|
<a class="home-button2" href="mailto:primevue@primetek.com.tr">GET A QUOTE</a>
|
||||||
|
</div>
|
||||||
|
<div class="p-col-12 p-md-6">
|
||||||
|
<img alt="PRO" src="../../assets/images/home/icon-pro-white.svg" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>PrimeVue PRO is a term based commercial support service. With the exclusive services of Pro account,
|
||||||
|
you no longer need to post your questions in the community forum and your issues to community issue tracker.</p>
|
||||||
|
|
||||||
|
<h3>Standard PRO Services</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Access to pro.primefaces.org</li>
|
||||||
|
<li>Response within 1 business day.</li>
|
||||||
|
<li>Defect patches.</li>
|
||||||
|
<li>Private branch management in case you need.</li>
|
||||||
|
<li>Customized builds.</li>
|
||||||
|
<li>Unlimited number of cases.</li>
|
||||||
|
<li>Remote desktop connection.</li>
|
||||||
|
<li>Conference calls for discussions.</li>
|
||||||
|
<li>High priority to your issues.</li>
|
||||||
|
<li>Notifications about security updates.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>New Features (Optional)</h3>
|
||||||
|
|
||||||
|
<p>New feature and enhancement requests are not available in core services and provided via an hour based model instead. When you have a feature request we provide an estimate, if you confirm we deliver your request within an estimated timeframe and deduct the amount of work from your hours. These requests can be;</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>New components.</li>
|
||||||
|
<li>New functionality to existing components.</li>
|
||||||
|
<li>Changing the way a certain functionality is implemented.</li>
|
||||||
|
<li>Accessibility improvements.</li>
|
||||||
|
<li>Proof of Concept implementations of a use case.</li>
|
||||||
|
<li>Code reviews to offer best practices.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>You can purchase additional hours along with the subscription and also anytime during your subscription period. If your subscription term ends with unused hours, they will be added to your new subscription term in case you extend.</p>
|
||||||
|
|
||||||
|
<h3>Community Support</h3>
|
||||||
|
<p><a href="https://forum.primefaces.org/viewforum.php?f=57">Forum</a> is where the community users gather to seek support, post topics and discuss the technology. PrimeTek does not
|
||||||
|
guarantee response at forum although it is monitored and maintained by our staff. If you need to secure our response within 1 business day, you may consider PrimeVue PRO support.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue