Changes for ssr

pull/3420/head
Bahadır Sofuoğlu 2022-12-12 22:57:09 +03:00
parent c94345d314
commit b8e4ec13b3
4 changed files with 2165 additions and 19 deletions

View File

@ -5,9 +5,9 @@ const baseUrl = process.env.NODE_ENV === 'production' ? '/primevue-nuxt/' : '/';
// https://v3.nuxtjs.org/api/configuration/nuxt.config // https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({ export default defineNuxtConfig({
ssr: false,
typescript: false, typescript: false,
components: true, components: true,
target: 'static',
app: { app: {
baseURL: baseUrl, baseURL: baseUrl,
head: { head: {

2180
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
<div class="feature-intro"> <div class="feature-intro">
<h1>Roadmap</h1> <h1>Roadmap</h1>
<p> <p>
At <a href="https://www.primetek.com.tr/">PrimeTek</a>, we are passionate about improving PrimeVue and would like to share our ideas for 2023 with the community. These are planned to be implemented in parellel to the regular At <a href="https://www.primetek.com.tr/">PrimeTek</a>, we are passionate about improving PrimeVue and would like to share our ideas for 2023 with the community. These are planned to be implemented in parallel to the regular
maintenance work of the library involving review of issue tickets, PRs and PrimeVue PRO support. This page is updated on changes so please visit it to learn more about what is coming up next. maintenance work of the library involving review of issue tickets, PRs and PrimeVue PRO support. This page is updated on changes so please visit it to learn more about what is coming up next.
</p> </p>
</div> </div>