question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Are there plans for supporting nuxt/ssr?

Proposal:

  • Parse on compile level with ssr to make it available staticly. I think most users probably only read from excel anyways.

Workaround:

  • Parse on server level [dynamic]
  • Manually convert to csv/json and parse with Nuxt content [static]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
SheetJSDevcommented, Mar 10, 2022

This works surprisingly well. Small video from the Nuxt demo showing hot reload with nuxt and @nuxt/content:

https://user-images.githubusercontent.com/6070939/157599532-e3978b11-c4be-4873-a2a3-e02e68ad0c3b.mp4

2reactions
Jonhamcommented, Jan 19, 2022

I’m familiar with both Sheet.js and Nuxt.js. I’d like to trying create an extension fullfill your target.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation - Nuxt
This command will add nuxt as a dependency to your project and add it to your package.json . The node_modules directory will also...
Read more >
Configuration - Nuxt
In nuxt.config.js , add the CSS resources: nuxt.config.js export default { css: [ // Load a Node.js module directly (here it's a Sass...
Read more >
Plugins directory - Nuxt
The plugins directory contains your Javascript plugins that you want to run before instantiating the root Vue.js Application. This is the place to...
Read more >
Installation | Nuxt Image
You are reading the v0 documentation compatible with Nuxt 2. Check out v1.image.nuxtjs.org for Nuxt 3 support. (Announcement). Add @nuxt/image devDependency ...
Read more >
Nuxt configuration file
The runtime config has built-in dotenv support for better security and faster development. The runtime config is added to the Nuxt payload so...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found