Git Product home page Git Product logo

front_nuxt_corporate's People

Contributors

hisashihasebe avatar takel-shiba avatar vortexexpansion avatar yabe-diverta avatar yhirochick avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

front_nuxt_corporate's Issues

フロントエンドへの反映方法に差異がある

【不具合内容】
フロントエンドへのコンテンツ反映方法に差異があります。
例えばニュース一覧画面は即時反映ですが、詳細画面への反映はビルドが必要です。

【修正方法】
https://github.com/diverta/front_nuxt_corporate/blob/main/nuxt.config.ts#L4
// ssr: true,
の部分を
ssr: false,
に変更いただくとCSRになります。
手元で一通り動作確認しておりますが、確認の上修正いただけると嬉しいです。

Is there an appropriate SSG method for a large number of pages that require static generation?

In Nuxt2, the generate property in nuxt.config.js could handle payloads via asyncData for each detail page as needed.
Nuxt3 also has SSG functionality, but it seems that it is no longer possible to pass payloads to each detail page individually.
Is there any alternative?

We would like to reduce the number of requests and the time required to generate SSG by making one request at build time (split request if necessary), rather than having the request made for the number of pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.