Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💻 Nuxt Users - We need you! #4681

Closed
clarkdo opened this issue Jan 3, 2019 · 135 comments
Closed

💻 Nuxt Users - We need you! #4681

clarkdo opened this issue Jan 3, 2019 · 135 comments

Comments

@clarkdo
Copy link
Member

clarkdo commented Jan 3, 2019

If your company or organization is using Nuxt, we welcome you to leave your feedback, feelings, comments, impressions and suggestions here.

Your comments will be a great motivation for us to improve Nuxt. We are very grateful for your replies and support.

Recommended comment format:

- Company/Organization:
- Product/Project:
- Link:
- Impression/Suggestion:

We'd love to see screenshots of your Nuxt apps. Simply attach them in your comment!

PS: If you think the docs should be improved, please leave detailed feedback in nuxt/docs#1078 ☺️

Note: Unrelated messages will be deleted periodically


如果您的公司或组织正在使用Nuxt,我们欢迎您在此处留下您的反馈,感受,评论,意见和建议。

您的评论将成为我们改进Nuxt的重要动力。 我们非常感谢您的回复与支持。

推荐的评论格式:

 - 公司/组织名称:
 - 产品/项目名称:
 - 链接:
 - 意见/建议:

我们很希望看到您Nuxt应用的截图。 只需在评论中附上它们即可!

PS:如果任何与改进文档相关的建议,您可以在 nuxt/docs#1078 中留下详细的反馈 ☺️

注意:将定期删除不相关的回复

This question is available on Nuxt community (#c8398)
@ghost ghost closed this as completed Jan 3, 2019
@ghost ghost added the cmty:question label Jan 3, 2019
@nuxt nuxt deleted a comment Jan 3, 2019
@clarkdo clarkdo reopened this Jan 3, 2019
@clarkdo clarkdo pinned this issue Jan 3, 2019
@henriqemalheiros
Copy link

  • Company/Organization: Caxias do Sul City Hall
  • Product/Project: our main website, our custom CMS and some side projects, like this form.
  • Impression/Suggestion: I've been working with Nuxt for almost a year now and I have no complains. Nuxt is awesome, as are the contributors. You guys do a excellent work. Thank you! As a suggestion, maybe just a nicer, leaner way to import a resource only on the client-side? This is actually not a problem at all, just a personal thing. I'm also looking forward for the regular release plan discussed here.

@sp0ken
Copy link

sp0ken commented Jan 3, 2019

  • Company/Organization: Tediber
  • Product/Project: Our ecommerce website
  • Link: https://www.tediber.com
  • Impression/Suggestion: We're really satisfied of our choice to go with Nuxt. The ease of development of Vue paired with the static generation of pages is a killer combo for us. I'd love to see more mentions of the 'generate' use and of its quirks in the official documentation.

@teleyinex
Copy link

  • Company/Organization: Scifabric
  • Product/Project: Solar Maps for Greenpeace Spain, La memorial del circo, Crowd4EMS, and a few more that we cannot currently share (still in dev mode) ;-)
  • Link: https://scifabric.com
  • Impression/Suggestion: We're in ❤ with nuxtjs and there are no complains at all. You are an awesome team, and we have telling people about your work. The shown examples are all PWA, and we love how many contributions from the community. No complaints! Keep the good work!!!

@davision
Copy link

davision commented Jan 3, 2019

  • Company/Organization: 0xcert
  • Product/Project: Landing page
  • Link: https://0xcert.org
  • Impression/Suggestion: Static pages were number one requirement for our landing pages. Nuxt was beyond ideal choice for us and we're building every page on Nuxt ever since.

image

@rupl
Copy link

rupl commented Jan 3, 2019

  • Company/Organization: United Nations OCHA
  • Product/Project: Digital Situation Reports, a consolidation of several humanitarian reporting services.
  • Link: https://reports.unocha.org
  • Impression/Suggestion: Historically a Drupal organization, this site was a bit of a test pilot into other waters for us, and we've been very happy with our choice of Nuxt+Contentful. We especially enjoy that we can statically generate and swallow all the delay of dynamic page generation which pulls content from a minimum of two endpoints, while easily serving fresh content as the visitor browses around. As the lead dev I found the official docs incredibly helpful during both tool evaluation and development phases of the project.

Screenshot of individual report

un-ocha-digital-situation-reports-uk

@duruld
Copy link

duruld commented Jan 3, 2019

  • Company/Organization: Getform
  • Product/Project: Landing page & Panel
  • Link: https://getform.io
  • Impression/Suggestion: We were convinced to go with Nuxt, and we have been really impressed. Not just framework itself, but also the community and packages that are developed around it. Docs can be improved a bit more, and that already relates to other packages that we've used. We are very satisfied with our choice, great job!

@benoitemile
Copy link

benoitemile commented Jan 3, 2019

Company/Organization: Maisons du Monde
Product/Project: E-commerce website
Link: https://www.maisonsdumonde.com
Impression/Suggestion: Historically a Symfony backend technical stack, we started migration to Nuxt in late 2017 and went live to production on march 2018. We did use some Vue components already on our old product sheet. Nuxt is awesome and developer experience is really enhanced. We like all that opinionated stuff that we don't have to rethink on our end.
Thank you to all those wonderful contributors, we're using a bunch of nuxt modules (axios/proxy/sentry/apollo/component-cache/style-resources)..

About suggestions, I have some but it's not really about nuxt but more about Vue.
First thing is, async/partial Vue hydration.
Maybe some vision about releases v2.4/v3 and future, globally.

Thank you for nuxt, keep it up, it really is perf-friendly, dx-friendly, just really good

@lucasfischer
Copy link

  • Company/Organization: Velocate
  • Product/Project: GPS-Tracking Platform & our Backend
  • Link: https://my.velocate.com
  • Impression/Suggestion: We've been using Nuxt in Production for just over a year. It has made us much more productive and reliable. My only suggestion is that the documentation could be improved. I now use Nuxt for every private project I work on. Great job guys!

@lucpotage
Copy link
Contributor

Two things made me use Nuxt: the static generation and the i18n module. Both combined, it becomes really easy to make a multilingual site. Now I also use the analytics module and the purge.css module. The simplicity of the modules also makes the developing experience incredible. I can now focus on the design, the components, and not anymore on the performance stuff that changes over time with new constraints every six months.

As others say, the documentation could be improved. Layout inheritance and page transitions is shaky. Also from what I read on the web, the use of data fetching methods is not clear: an article explaining how exactly asyncData, fetch, nuxtServerInit behave depending on the deployment (static vs. ssr, spa) and when a spa fallback is possible.

Also I use a lot of static content on the site and with nuxt generate, I would like my translated text content not to be duplicated (both in HTML and JS) in my static pages (I don't know if it's Nuxt-related though).

Amazing overall experience so far and the Nuxt team is really dedicated, cheerful and always polite. Thank you for that! 🙏

@robyedlin
Copy link

  • Company/Organization: State of the DApps
  • Product/Project: List of Decentralized Apps built on Ethereum, POA, EOS, and Steem
  • Link: https://www.stateofthedapps.com/
  • Impression/Suggestion:

We love Nuxt! Super happy with it thus far. It's scaled very well with i18n too. Error handling could be a little more informative at times (sometimes the stack trace is unclear). Also the documentation/best-practices are sometimes a little behind the latest release.

Thank you so much for all your hard work on this project @Atinux @pi0 @clarkdo @alexchopin and all contributors! I owe you all a beer.

@creazy231
Copy link

creazy231 commented Jan 3, 2019

  • Company/Organization: Qwellcode GmbH
  • Product/Project: Chainbreakers - A Strategy-RPG that integrates cryptocurrencies
  • Link: https://account.chainbreakers.io/ - For game account management
  • Impression/Suggestion:
    I recently joined the company and was the first to implement projects using Nuxt. Since I know Nuxt I'd like to develope every single project using Nuxt ❤️ and I also recommended the framework to my bosses.
    As a suggestion there is only one thing I'd like to see in the future: asyncData for components
    Thanks a lot for all the great work guys :)

Side projects I've done using Nuxt:
https://eugen-zerspannungstechnik.de/ - CMS: DatoCMS + Netlify
https://tobias-thiele.de/ - My personal website I'm working on.

@fmoessle
Copy link

fmoessle commented Jan 3, 2019

{
    company: 'Blackbird GbR',
    product: 'E-Commerce Shop',
    link: 'www.kennzeichenking.de',
    impressions: [
        'easy to use',
        'nice community',
        'we love asyncData :D'
    ]
}

@dmydry
Copy link

dmydry commented Jan 3, 2019

  • Company/Organization: BikeHouse
  • Product/Project: Main frontend app (SSR)
  • Link: balibikehouse.com
  • Impression/Suggestion: We're very happy to use the Nuxt.js with our project. We use next awesome modules for our app: @nuxtjs/axios, @nuxtjs/google-analytics, @nuxtjs/pwa, @nuxtjs/redirect-module, @nuxtjs/sentry, @nuxtjs/sitemap, @nuxtjs/vuetify, @nuxtjs/yandex-metrika, contentful, contentful-management, cookie-universal-nuxt, dayjs-ext, nuxt-device-detect, nuxt-dropzone, nuxt-env, nuxt-facebook-pixel-module, nuxt-i18n, nuxt-property-decorator, redis, vue-flatpickr-component, vue-lazyload, vue-recaptcha, vuex-class etc.
    At this moment the only desired features are related to typescript support with the ts-loader and out-of-the-box settings for complete tslint usage with create-nuxt-app. But all these can be configured manually and it's a minor thing compared to the great job you're doing with Nuxt.

Thank you guys!

balibikehouse com

Other minor projects with nuxt:
http://partners.balibikehouse.com (SPA)
https://bike-rentals-bali.com (STATIC)

@japboy
Copy link

japboy commented Jan 4, 2019

Thanks to Nuxt.js, Ikyu Restaurant is now becoming a SPA.

@nusendra
Copy link

nusendra commented Jan 4, 2019

  • Company/Organization: Administrasi Pembangunan Kabupaten Mojokerto, East Java, Indonesia
  • Product/Project: e-Pelaporan
  • Link: https://e-pelaporan.mojokertokab.go.id
  • Impression/Suggestion: Speed up my vue development

@ausir0726
Copy link

ausir0726 commented Jan 4, 2019

  • Company/Organization: FINPO Creative Design
  • Product/Project: all websites we build from 2017 to now
  • Link: https://www.finpo.com.tw
  • Impression/Suggestion:
    We used Nuxt.js about a year since version 0.7.
    It's easier project manage and Openbox SSR.
    When 1.0 it supports SPA mode, It's become more powerful before.

If you want to use Vue.js to develop the whole project, Nuxt.js is an awesome framework.

@fengjiel
Copy link

fengjiel commented Jan 4, 2019

Thank you so much for nuxt's powerful features,My former company website USES nuxtJS

  • Company/Organization: guowenhulian
  • Product/Project: website
  • Link: https://www.youfushuyuan.com
  • Impression/Suggestion:
    Easy to use
    Configuration is simple

@williamchong
Copy link

@nikkanetiya
Copy link

@k-leclere
Copy link

k-leclere commented Jan 4, 2019

  • Company/Organization: Ouestfrance-Immo
  • Product/Project: Real Estate Website
  • Link: https://www.ouestfrance-immo.com/annuaire-immobilier/
  • Impression/Suggestion: We decided to migrate to nuxt since early 2018. We started with our real estate professionals section. We will migrate the entire website as we go. The handling and the response time convinced us fairly quickly.
    The main difficulties encountered were the hydration of the framework and the call management at localstorage.

capture d ecran - 2019-01-04 a 09 19 46

@anthonygore
Copy link

@calvinxie668
Copy link

calvinxie668 commented Oct 21, 2020

  • 公司/组织名称:华盛通
  • 产品/项目名称:华盛通官网 (hstong official website)
  • 链接:https://www.hstong.com/quotes/
  • 意见/建议:I have used nuxt.js for some pages of our website. I think it is pretty good and easy to make a website which both have seo and used vue.js . But,it takes no effect on SEO . it looks like Reptile robot doesn't access the website to collect it. Could you tell me how to solve this @clarkdo

@amdp
Copy link

amdp commented Oct 25, 2020

  • Company/Organization: Cooperacy
  • Product/Project: Cooperacy
  • Link: https://cooperacy.org
  • Impression/Suggestion: Great work, very nice structure, most of the problems we have come from availability of data coming from api calls while loading the pages. Fetch/Async/Middleware/Vuex and new fetch still show a quite mysterious behavior

@jb-thery
Copy link

jb-thery commented Nov 5, 2020

  • Company/Organization: Flame App (freelance developer)
  • Product/Project: Emy Biscuits
  • Link: https://emybiscuits.fr/
  • Impression/Suggestion: Nuxt is really amazing for jamstack, can't wait to see view 3 support! I think it would be a really good idea to have an official plugin to optimize images like with gatsby or next.

@dell-mic
Copy link

  • Company/Organization: Me as a solo/indie dev 🙃
  • Product/Project: insidertrades.info
  • Link: https://www.insidertrades.info/
  • Impression/Suggestion: I am really enjoying the productivity and the developer experience as a single developer working on a full-stack project 🙂
    image

@LuXDAmore
Copy link

Company: Illimity Bank
Product: Main website for our customer IT Auction
Link: Annunci Industriali
Impressions:

  • 🔥 Easy to use and install, for intern too;
  • 🔥 Great examples;
  • 🔥 Incredible documentation;
  • 🔥 Modules and plugins are awesome.

Suggestions:

  • ❄ Need more tools to debug the server-part of Nuxt (ex. for memory leak issues);
  • ❄ Slow in TTFB w/ huge html (fixed with: nuxt-prune-html);
  • ❄ Lack of "howTo" examples for multi-app.

2020-11-24

@stefanoschrs
Copy link

  • Company/Organization: Skillfill
  • Product/Project: Landing Page
  • Link: https://skillfill.ai/
  • Impression/Suggestion:
    • Very good documentation
    • Really easy to use and develop, especially the part with the routing and middlewares
    • The main issue we are having is the static performance, it seems to have a big penalty from PageSpeed although everything is done according to the documents.

image

@lampofaladdin
Copy link

lampofaladdin commented Dec 15, 2020

Company/Organization: 42how
Product/Project: 42how website
Link: https://www.42how.com
Impression/Suggestion: Is any features to support vue 3.0?
image

@brolnickij
Copy link

brolnickij commented Dec 23, 2020

Company/Organization: ВМузей (BinBrain)
Product/Project: E-commerce
Link: https://vmuzey.com/
Impression/Suggestion: Nuxt.js is awesome, in every sense of the word. Thanks to Nuxt.js team for such a wonderful framework!
Developers: @brolnickij (frontend) / @lavinge (backend)

image

@eshimischi
Copy link

Company/Organization: ВМузей (BinBrain)
Product/Project: E-commerce
Link: https://vmuzey.com/
Impression/Suggestion: Nuxt.js is awesome, in every sense of the word. Thanks to Nuxt.js team for such a wonderful framework!

image

Awesome design ! Круто сделано, молодцы!

@ahmedamineseth
Copy link

@ilhamwahabi
Copy link

ilhamwahabi commented Jan 9, 2021

  • Company/Organization: Bersihin
  • Product/Project: Homepage
  • Link: https://bersihin.co
  • Impression/Suggestion:
    • Overall really satisfied. I think Nuxt have best of both world from Next and Gatsby.
    • Since Nuxt using modules heavily, my worry is if there are some module that will not be maintained again in the future
    • I hope you guys enable Github sponsor so we can donate easily.
    • I think I also need something like react-query or swr in Nuxt
    • Really hope you also partnering with Chrome like what Next did, since It will improve Nuxt surely

Screenshot 2021-01-10 061453

Copy link
Member

Atinux commented Jan 11, 2021

Hi @iwgx

Thank you very much for your comment :)

Overall really satisfied. I think Nuxt have best of both world from Next and Gatsby.

❤️

Since Nuxt using modules heavily, my worry is if there are some module that will not be maintained again in the future

We are making our best to keep good quality and maintenance on all the modules listed on https://modules.nuxtjs.org

I hope you guys enable Github sponsor so we can donate easily.

It is now: https://github.com/sponsors/nuxt

I think I also need something like react-query or swr in Nuxt

Checkout https://github.com/Kong/swrv which works with Nuxt

Really hope you also partnering with Chrome like what Next did, since It will improve Nuxt surely

We are since 2 months now, we will soon release the stable version of Nuxt Image with the review from Google Chrome team.

@divine
Copy link
Contributor

divine commented Jan 13, 2021

Hi @iwgx

Thank you very much for your comment :)

Hi @Atinux, I think Maintainers App is missing some spaces between your replies and quotes :)

Thanks!

@Atinux
Copy link
Member

Atinux commented Jan 13, 2021

Hi @iwgx
Thank you very much for your comment :)

Hi @Atinux, I think Maintainers App is missing some spaces between your replies and quotes :)

Thanks!

Indeed, will fix it, it looks good on Maintainers 😄

Screenshot 2021-01-13 at 11 21 58

@Zielgestalt
Copy link

  • Company/Organization: wetimes Carina Karmann & Julia Alt GbR
  • Product/Project: Online Fitness Courses for mothers
  • Link: https://www.wetimes.de/
  • Impression/Suggestion: we're so happy with nuxt!!!!

image

@devzakir
Copy link
Contributor

devzakir commented Mar 1, 2021

  • Company/Organization: Zakir Soft
  • Product/Project: We provide web development services and developed few projects.
  • Link: Loovum.com, Codeshikhi.io
  • Impression/Suggestion: We hope Nuxt.js will improve these two things,
    • Server Side Error Handling
    • Caching

We are greatful to have nuxt.js in our tech-stack. Thanks for the awesome work Nuxt.js Team 👍

@Br4x
Copy link

Br4x commented Mar 10, 2021

  • Company: HelloAsso
  • Product: We provide free payment solution for associations
  • Link: HelloAsso
  • Impression / Suggestion : We hope you find solutions to track down memory leaks. But we are very happy to works with Nuxt despite this

@imlautaro
Copy link
Contributor

My personal website made with Nuxt 💚 & Typescript:

Screenshot_2021-03-15 Lautaro Pereyra

@matamune94
Copy link

matamune94 commented Mar 22, 2021

Company/Organization: Snowbox Team
A project made with nuxt and vuetify.
Site: https://truyenxy.com
alt text

@HealerNguyen
Copy link

Company/Organization: HHM Academy Hanoi
Elearning site made with nuxt, vuetify and nodejs.
Link: https://hhmacademy.vn
Untitled_1901x999

@aeadedoyin
Copy link

aeadedoyin commented Mar 30, 2021

image

@aeadedoyin
Copy link

aeadedoyin commented Mar 30, 2021

image

@aeadedoyin
Copy link

aeadedoyin commented Mar 30, 2021

image

@ManUtopiK
Copy link
Sponsor Contributor

  • Company/Organization: Atelier Aymara
  • Product/Project: Stock of geotagged images & Photo agency for french overseas territories
  • Link: https://97px.fr
  • Impression/Suggestion: Nuxt + Hasura + Fastify = ❤️

image

@pi0 pi0 closed this as completed May 12, 2021
@nuxt nuxt locked and limited conversation to collaborators May 12, 2021
@pi0 pi0 unpinned this issue May 12, 2021
@danielroe danielroe added the 2.x label Jan 18, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests